MTRAgent管理的新建MTR探测策略改为页面,并且提交添加错误提示弹窗、优化并修改bug

This commit is contained in:
康冉冉
2025-12-09 18:44:28 +08:00
parent 2dced36534
commit 0204f2152c
10 changed files with 81 additions and 31 deletions
+1 -1
View File
@@ -399,7 +399,7 @@
}
},
// 提供给父组件调用的方法:默认选中值 otherRow:新的回显方式,防止破坏原来rows判断的逻辑与回显
defaultSelectRows(rows,otherRow){
defaultSelectRowsAll(rows,otherRow){
const tableInstance = this.config && this.config.tableKey ? this.$refs[`tableRef_${this.config.tableKey}`] : this.$refs.selChangeList;
this.selectList = [];
this.ids = [];