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