Commit 2fb3af5b by 夏超

[fix] 修改前端工艺设计

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