[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')) this.$message.warning(this.$t('roleManage.pleaseSelectARole'))
} else { } else {
this.$refs.selectUserModal.visible = true this.$refs.selectUserModal.visible = true
this.$refs.selectUserModal.searchReset() this.$refs.selectUserModal.searchQuery()
} }
}, },
handleOpen (record) { handleOpen (record) {
@@ -176,6 +176,7 @@ export default {
handleCancel () { handleCancel () {
this.visible = false this.visible = false
this.onClearSelected() this.onClearSelected()
this.queryParam = {}
}, },
handleOk () { handleOk () {
this.dataSource2 = this.selectedRowKeys this.dataSource2 = this.selectedRowKeys
@@ -194,6 +194,7 @@ export default {
this.loadData(1) this.loadData(1)
}, },
onClose () { onClose () {
this.queryParam = {}
this.visible = false this.visible = false
}, },
handleCancel () { handleCancel () {