|
|
@ -451,8 +451,21 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
let tableData = this.tableData |
|
|
|
this.tableData = [] |
|
|
|
this.tableData = [] |
|
|
|
this.anewPosttingDatas(list) |
|
|
|
this.anewPosttingDatas(list) |
|
|
|
|
|
|
|
for(var i=0;i<this.tableData.length;i++){ |
|
|
|
|
|
|
|
for (var j=0;j<tableData.length;j++){ |
|
|
|
|
|
|
|
if (tableData[j].name == this.tableData[i].name){ |
|
|
|
|
|
|
|
if (tableData[j].emptyTwo){ |
|
|
|
|
|
|
|
this.tableData[i].emptyTwo = tableData[j].emptyTwo |
|
|
|
|
|
|
|
this.tableData[i].value1 = tableData[j].value1 |
|
|
|
|
|
|
|
this.tableData[i].type = tableData[j].type |
|
|
|
|
|
|
|
}else{ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
this.tableData.forEach(async (item, index) => { |
|
|
|
this.tableData.forEach(async (item, index) => { |
|
|
|
// 勾选树节点 |
|
|
|
// 勾选树节点 |
|
|
|
item.operationIds = item.id |
|
|
|
item.operationIds = item.id |
|
|
|