@@ -809,6 +809,9 @@ export default {
this.tableType = "add";
this.tableTitle = "新增";
this.tableForm = {};
+ if (this.dataContent.nodeCode) {
+ this.tableForm.nodeCode = this.dataContent.nodeCode;
+ }
// this.tableForm.companyName = this.dataContent.companyID;
// this.tableForm.
} else {
@@ -14,7 +14,7 @@
</div>
</template>
<script>
-import DataTable from "@/components/TableAirport";
+import DataTable from "@/components/Table";
export default {
components: { DataTable },
data() {