shish 5 лет назад
Родитель
Сommit
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) {