|
@@ -1480,7 +1480,7 @@ export default {
|
|
|
methods: {
|
|
methods: {
|
|
|
viewInventory() {
|
|
viewInventory() {
|
|
|
this.inventoryData = []
|
|
this.inventoryData = []
|
|
|
- inventoryList({ cname: this.selectionMultilist[0].goodsName }).then(res => [
|
|
|
|
|
|
|
+ inventoryList({ cname: this.selectionMultilist[0].goodsName, current: 1, size: 50 }).then(res => [
|
|
|
this.inventoryData = res.data.data.records
|
|
this.inventoryData = res.data.data.records
|
|
|
])
|
|
])
|
|
|
},
|
|
},
|