diff --git a/src/views/product/ProductList.vue b/src/views/product/ProductList.vue index c31fae9..7bc08f3 100644 --- a/src/views/product/ProductList.vue +++ b/src/views/product/ProductList.vue @@ -608,8 +608,8 @@ const submitForm = () => { price: productForm.price/100 || 0, pay_num: productForm.pay_num || 1, expire_time: productForm.expire_time || 0, - recommend_rebate: productForm.recommend_rebate || 0, - inventory_control:productForm.inventoryControl + recommend_rebate: productForm.recommend_rebate || 0 + }