Commit dd452687 authored by 徐来柯's avatar 徐来柯

update

parent 6fb76f6c
...@@ -156,9 +156,9 @@ export default { ...@@ -156,9 +156,9 @@ export default {
}, },
//添加值 //添加值
dataFun(data){ dataFun(data){
debugger
for(let i=0;i<this.tableData.length;i++){ for(let i=0;i<this.tableData.length;i++){
if(this.tableData[i].BomInfo.ID == data.BomID){ if(this.tableData[i].BomInfo.ID == data.BomID){
data.Company = data.Prounit
this.tableData[i].BomMaterielInfos.push(data) this.tableData[i].BomMaterielInfos.push(data)
} }
} }
......
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