[fix 87501] 标签管理-标签内容管理-字典配置 查询条件会保留
This commit is contained in:
@@ -494,7 +494,7 @@ export default {
|
||||
this.$message.warning(this.$t('roleManage.pleaseSelectARole'))
|
||||
} else {
|
||||
this.$refs.selectUserModal.visible = true
|
||||
this.$refs.selectUserModal.searchReset()
|
||||
this.$refs.selectUserModal.searchQuery()
|
||||
}
|
||||
},
|
||||
handleOpen (record) {
|
||||
|
||||
@@ -176,6 +176,7 @@ export default {
|
||||
handleCancel () {
|
||||
this.visible = false
|
||||
this.onClearSelected()
|
||||
this.queryParam = {}
|
||||
},
|
||||
handleOk () {
|
||||
this.dataSource2 = this.selectedRowKeys
|
||||
|
||||
@@ -194,6 +194,7 @@ export default {
|
||||
this.loadData(1)
|
||||
},
|
||||
onClose () {
|
||||
this.queryParam = {}
|
||||
this.visible = false
|
||||
},
|
||||
handleCancel () {
|
||||
|
||||
Reference in New Issue
Block a user