|
@@ -545,7 +545,8 @@ export default {
|
|
|
//初始化表格
|
|
|
initTableData() {
|
|
|
this.tableColsCopy = this.tableCols.filter((item) => item.needShow);
|
|
|
- // console.log(this.tableColsCopy)
|
|
|
+ // console.log(this.tableColsCopy);
|
|
|
+ // debugger;
|
|
|
this.tableDataCopy = _.cloneDeep(this.tableData);
|
|
|
const datas = _.cloneDeep(this.tableColsCopy);
|
|
|
// const reqUts = [];
|
|
@@ -790,7 +791,7 @@ export default {
|
|
|
this.$router.push({
|
|
|
path: "/BasicsData/airportInfoChild",
|
|
|
query: {
|
|
|
- queryTemplateID: row.dataStructureID,
|
|
|
+ queryTemplateID: row.IATACode,
|
|
|
},
|
|
|
});
|
|
|
},
|