|
|
|
@ -98,6 +98,7 @@
|
|
|
|
|
保存
|
|
|
|
|
</el-link>
|
|
|
|
|
<el-link
|
|
|
|
|
:disabled="disableFlag"
|
|
|
|
|
type="primary"
|
|
|
|
|
@click="handlecolConfigClick(scope)"
|
|
|
|
|
size="small"
|
|
|
|
@ -149,6 +150,7 @@ export default {
|
|
|
|
|
tableSelectShow: false,
|
|
|
|
|
cellIndex: null,
|
|
|
|
|
colChildData: "",
|
|
|
|
|
disableFlag: false,
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
mounted() {
|
|
|
|
@ -245,6 +247,7 @@ export default {
|
|
|
|
|
this.tableName = "";
|
|
|
|
|
this.tableSelectShow = true;
|
|
|
|
|
this.cellIndex = $index;
|
|
|
|
|
this.disableFlag = true;
|
|
|
|
|
},
|
|
|
|
|
//保存tableName
|
|
|
|
|
handleSaveClick({ row }) {
|
|
|
|
@ -257,6 +260,7 @@ export default {
|
|
|
|
|
if (res.success) {
|
|
|
|
|
this.cellIndex = null;
|
|
|
|
|
this.geticdList(row.iedName);
|
|
|
|
|
this.disableFlag = false;
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch((err) => {});
|
|
|
|
@ -296,7 +300,7 @@ export default {
|
|
|
|
|
duration: 1500,
|
|
|
|
|
showClose: true,
|
|
|
|
|
message: "请先配置tableName",
|
|
|
|
|
type: "success",
|
|
|
|
|
type: "warning",
|
|
|
|
|
});
|
|
|
|
|
// this.handleEditClick(val);
|
|
|
|
|
} else {
|
|
|
|
|