一个过滤的小bug
This commit is contained in:
parent
c329fa5864
commit
e3c9896438
@ -416,7 +416,7 @@ export default {
|
||||
this.partList = Object.entries(res.data)
|
||||
this.partList = this.partList.map(([key, value]) => {
|
||||
return [key, value.filter(item => {
|
||||
return item.inCount !== item.goodsCount
|
||||
return item.inCount < item.goodsCount
|
||||
})]
|
||||
})
|
||||
this.partList = this.partList.filter(([key, value]) => value.length > 0)
|
||||
|
Loading…
Reference in New Issue
Block a user