Commit 918bc053 authored by Marcus's avatar Marcus

处理新增商品异常时,选择商品特性后,没有同步到订单商品项,可能导致不可接受商品完成入仓

https://zentao.test.jdshangmen.com/bug-view-3215.html
parent b427b5a8
......@@ -977,8 +977,10 @@ export default {
this.$modal.msgSuccess(this.$t("新增成功"))
if (this.activeName === 'first') {
this.form.prodId = response.data
this.form.prodAttrIds = this.productForm.attrArray
} else {
this.form1.prodId = response.data
this.form1.prodAttrIds = this.productForm.attrArray
}
this.productCancel()
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment