修改bug

prod
wangwei 2 years ago
parent ce5a9289bd
commit cf018018a7

@ -552,7 +552,7 @@ export default {
if (res.data.total !== 0) { if (res.data.total !== 0) {
let invProductList = res.data.list; let invProductList = res.data.list;
for (let product of invProductList) { for (let product of invProductList) {
this.countProductList.push(product); this.codeArray.push(product);
} }
this.saveOrder(1); this.saveOrder(1);
} }

Loading…
Cancel
Save