修复入库bug

This commit is contained in:
weipengfei 2023-10-20 18:53:03 +08:00
parent ac36382442
commit 4133d9e71f
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@
"spec_type": 0,
"is_stock": 1
};
obj.attrValue[0].price = this.data.number;
obj.attrValue[0].stock = this.data.number;
productUpdateFree(this.data.product_id, obj).then(res => {
this.data.unique = ''
this.data.product_id = ''