chenrui  hace 2 años
padre
commit
059a60f5d2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {