@@ -1480,7 +1480,7 @@ export default {
methods: {
viewInventory() {
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
])
},