chenrui  преди 2 години
родител
ревизия
059a60f5d2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/components/TableAirport/index.vue

+ 1 - 1
src/components/TableAirport/index.vue

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