|
@@ -1256,7 +1256,7 @@ export default {
|
|
},
|
|
},
|
|
|
|
|
|
getStorageList() {
|
|
getStorageList() {
|
|
- Storage.getList({ pageNum: 1, pageSize: -1, type: '商品' }).then(res => {
|
|
|
|
|
|
+ Storage.getList({ pageNum: 1, pageSize: -1, type: '商品', status: true }).then(res => {
|
|
this.storageList = res.data.records
|
|
this.storageList = res.data.records
|
|
})
|
|
})
|
|
},
|
|
},
|