|
@@ -2243,7 +2243,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
row.eAllowDeviation = (row.allow ? row.allow : '') + (row.deviation ? row.deviation : '');
|
|
|
- row.fId = this.curEleTable.id;
|
|
|
+ row.fId = this.curEleTable.initTableId;
|
|
|
row.initTableName = this.curEleTable.initTableName;
|
|
|
// if (row.eType == 4) {
|
|
|
// this.$set(row, 'eLength', 0);
|
|
@@ -2363,8 +2363,6 @@ export default {
|
|
|
this.nodeDetail.mixRatioTestIds = this.toJoin(newarr)
|
|
|
},
|
|
|
filterChange () {
|
|
|
- //console.log(this.$refs)
|
|
|
- //debugger
|
|
|
if (this.treeData.length > 0) {
|
|
|
this.$refs.treeall.filter(this.filterText);
|
|
|
return;
|