mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-02-05 01:55:29 +08:00
Jeecg-Boot 2.2.0 版本发布 | 重磅升级
This commit is contained in:
@ -149,8 +149,11 @@ export default {
|
||||
this.selectedRows = []
|
||||
},
|
||||
onClearSelected() {
|
||||
// 【TESTA-262】页面清空后还能才做所选行,增加 this.$emit('clearAll')
|
||||
this.selectedRowKeys = []
|
||||
this.selectedRows = []
|
||||
this.updateSelect([], [])
|
||||
this.$emit('clearAll')
|
||||
},
|
||||
renderMsg(h) {
|
||||
const _vm = this
|
||||
|
||||
Reference in New Issue
Block a user