Commit 2fb3af5b by 夏超

[fix] 修改前端工艺设计

parent 494bb427
......@@ -3480,10 +3480,6 @@
}).catch(() => {
// 点击取消把本次选择的数据取消选中
data.show = false
let index = this.selmaterialList.findIndex(item => item.id == data.id)
if (index || index == 0) {
this.selmaterialList.splice(index, 1)
}
})
} else {
// 选中且该物料在产品bom中
......
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