shish пре 5 година
родитељ
комит
433c9a2cda
1 измењених фајлова са 1 додато и 1 уклоњено
  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) {