Browse Source

库存字段调整

shish 5 năm trước cách đây
mục cha
commit
433c9a2cda
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ghs/src/admin/billing/affirm.vue

+ 1 - 1
ghs/src/admin/billing/affirm.vue

@@ -229,7 +229,7 @@ export default {
 				}
 
 				const product = this.selectList.map(ele => {
-					return { productId: ele.id, num: ele.bigCount, smallNum: ele.smallCount };
+					return { productId: ele.id, bigNum: ele.bigCount, smallNum: ele.smallCount };
 				});
 				formData.product = JSON.stringify(product);
 				if (!this.getMerchantInfo) {