修改禅道已知问题

This commit is contained in:
范强强
2022-09-01 16:03:01 +08:00
parent ea649c4062
commit 6481275adc
6 changed files with 27 additions and 8 deletions
@@ -136,6 +136,11 @@
this.getData()
this.getTableList()
})
eventBUs.$on('searchGetData', target => {
this.selectedRowKeys = []
this.getData()
this.getTableList()
})
this.getData()
this.getTableList()
},