[fix 87501] 标签管理-标签内容管理-字典配置 查询条件会保留
This commit is contained in:
@@ -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 () {
|
||||||
|
|||||||
Reference in New Issue
Block a user