Browse Source

‘不可回收金额去除默认为0’

master
Lj 3 weeks ago
parent
commit
3d3c764a04
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages/manager/inspect-result.vue

+ 1
- 1
pages/manager/inspect-result.vue View File

@ -243,7 +243,7 @@ export default {
this.unrecyclableList.push({
id: item.id,
count: item.unrecyclable,
total: 0
total: item.price
})
}
})


Loading…
Cancel
Save