MTRAgent管理的新建MTR探测策略改为页面,并且提交添加错误提示弹窗、优化并修改bug
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user