[fix 87501] 标签管理-标签内容管理-字典配置 查询条件会保留

This commit is contained in:
danshihao
2024-07-29 11:15:02 +08:00
parent aa7e557705
commit 3137d8b3af
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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 () {