|
|
@@ -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) {
|