|
@@ -812,7 +812,7 @@ export default {
|
|
this.tableForm.companyName = this.dataContent.companyID;
|
|
this.tableForm.companyName = this.dataContent.companyID;
|
|
}
|
|
}
|
|
if (this.dataContent.nodeCode) {
|
|
if (this.dataContent.nodeCode) {
|
|
- this.tableForm.positionSN = this.dataContent.nodeCode;
|
|
|
|
|
|
+ this.tableForm.nodeCode = this.dataContent.nodeCode;
|
|
}
|
|
}
|
|
// this.tableForm.
|
|
// this.tableForm.
|
|
} else {
|
|
} else {
|