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