fix:修改库存控制修改操作
Build and Deploy Vue3 / build (push) Successful in 3m4s
Build and Deploy Vue3 / deploy (push) Successful in 4m49s

This commit is contained in:
2025-12-11 10:14:57 +08:00
parent 14fcac3a24
commit 41d6492daf
+2 -2
View File
@@ -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
}