|
@@ -450,7 +450,7 @@ export default {
|
|
|
//监听机场变更的id 不可删除
|
|
|
// dataId: {
|
|
|
// if(val) {
|
|
|
- //
|
|
|
+ //
|
|
|
// if (val.companyID) {
|
|
|
// this.resetTable();
|
|
|
// this.getQuery();
|
|
@@ -466,7 +466,7 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
load () {
|
|
|
- //
|
|
|
+ //
|
|
|
if (!this.isTree) {
|
|
|
if (this.noMore || this.loading) {
|
|
|
return;
|
|
@@ -484,7 +484,7 @@ export default {
|
|
|
this.tableForm[data] = null;
|
|
|
}
|
|
|
this.tableForm[this.tableOptions[data][0].setvalue] = this.tableForm[data];
|
|
|
- //
|
|
|
+ //
|
|
|
},
|
|
|
inputChangeHandler (data) {
|
|
|
if (this.tableForm[data] === "") {
|
|
@@ -576,7 +576,7 @@ export default {
|
|
|
//初始化表格
|
|
|
initTableData () {
|
|
|
this.tableColsCopy = this.tableCols.filter((item) => item.needShow);
|
|
|
- //
|
|
|
+ //
|
|
|
// debugger;
|
|
|
this.tableDataCopy = _.cloneDeep(this.tableData);
|
|
|
const datas = _.cloneDeep(this.tableColsCopy);
|
|
@@ -593,7 +593,7 @@ export default {
|
|
|
if (!this.tableOptions[item.columnName]) {
|
|
|
this.tableOptions[item.columnName] = await this.getSelectData(item.listqueryTemplateID);
|
|
|
}
|
|
|
- //
|
|
|
+ //
|
|
|
}
|
|
|
// this.filterValues[item.columnName] = ''
|
|
|
});
|
|
@@ -728,7 +728,7 @@ export default {
|
|
|
this.$emit("handleAdd");
|
|
|
}
|
|
|
|
|
|
- //
|
|
|
+ //
|
|
|
},
|
|
|
//表格-编辑
|
|
|
async handleEdit (row) {
|
|
@@ -762,7 +762,7 @@ export default {
|
|
|
this.$message.error("失败");
|
|
|
}
|
|
|
} catch (error) {
|
|
|
-
|
|
|
+ this.$message.error("失败");
|
|
|
}
|
|
|
},
|
|
|
//表格-跳转
|
|
@@ -914,7 +914,7 @@ export default {
|
|
|
this.$message.error("查询节点失败");
|
|
|
}
|
|
|
} catch (error) {
|
|
|
-
|
|
|
+ this.$message.error("失败");
|
|
|
}
|
|
|
},
|
|
|
},
|