修改禅道已知bug

This commit is contained in:
qq787203167
2022-06-28 14:11:46 +08:00
parent 757715e3a1
commit 735fd21788
3 changed files with 13 additions and 8 deletions
@@ -120,6 +120,11 @@
this.getData()
this.getTableList()
})
eventBUs.$on('searchGetData', target => {
this.selectedRowKeys = []
this.getData()
this.getTableList()
})
this.getData()
this.getTableList()
},