|
@@ -766,8 +766,8 @@ export default {
|
|
|
this.tableType = "add";
|
|
|
this.tableTitle = "新增";
|
|
|
this.tableForm = {};
|
|
|
- if (this.dataContent.nodeID) {
|
|
|
- this.tableForm.nodeCode = this.dataContent.nodeID;
|
|
|
+ if (this.dataContent.nodeCode) {
|
|
|
+ this.tableForm.nodeCode = this.dataContent.nodeCode;
|
|
|
}
|
|
|
if (this.dataContent.companyID) {
|
|
|
this.tableForm.companyID = this.dataContent.companyID;
|
|
@@ -777,8 +777,8 @@ export default {
|
|
|
}
|
|
|
// this.tableForm.
|
|
|
} else {
|
|
|
- if (this.dataContent.nodeID) {
|
|
|
- this.tableForm.nodeCode = this.dataContent.nodeID;
|
|
|
+ if (this.dataContent.nodeCode) {
|
|
|
+ this.tableForm.nodeCode = this.dataContent.nodeCode;
|
|
|
}
|
|
|
if (this.dataContent.IATACode) {
|
|
|
this.tableForm.IATACode = this.dataContent.IATACode;
|
|
@@ -800,8 +800,8 @@ export default {
|
|
|
row.queryTemplateColumnSetID
|
|
|
);
|
|
|
this.tableForm = JSON.parse(JSON.stringify(data));
|
|
|
- if (this.dataContent.nodeID) {
|
|
|
- this.tableForm.nodeCode = this.dataContent.nodeID;
|
|
|
+ if (this.dataContent.nodeCode) {
|
|
|
+ this.tableForm.nodeCode = this.dataContent.nodeCode;
|
|
|
}
|
|
|
if (this.dataContent.companyID) {
|
|
|
this.tableForm.companyID = this.dataContent.companyID;
|
|
@@ -815,8 +815,8 @@ export default {
|
|
|
// })
|
|
|
} else {
|
|
|
this.tableForm = JSON.parse(JSON.stringify(row));
|
|
|
- if (this.dataContent.nodeID) {
|
|
|
- this.tableForm.nodeCode = this.dataContent.nodeID;
|
|
|
+ if (this.dataContent.nodeCode) {
|
|
|
+ this.tableForm.nodeCode = this.dataContent.nodeCode;
|
|
|
}
|
|
|
if (this.dataContent.companyID) {
|
|
|
this.tableForm.companyID = this.dataContent.companyID;
|
|
@@ -910,7 +910,7 @@ export default {
|
|
|
this.$router.push({
|
|
|
path: "/BasicsData/deployNodeChild",
|
|
|
query: {
|
|
|
- nodeID: row.nodeID,
|
|
|
+ nodeCode: row.nodeCode,
|
|
|
},
|
|
|
});
|
|
|
},
|