【bug修改】

1. 修复动火区域管辖单位重置失效问题
dev
shanao 2024-11-19 20:37:10 +08:00
parent bc423bc2ae
commit 7024f1bd82
1 changed files with 3 additions and 1 deletions

View File

@ -313,6 +313,7 @@ export default {
this.searchForm = {
stateConfirm: '',
keySource: '',
UNIT_LEADER_DEPARTMENT_ID: '',
keyHiddenDescr: '',
keyFindUserName: '',
keyFindUserDept: '',
@ -327,6 +328,7 @@ export default {
JOB_CONTENT: '',
HOT_WORK_POSITION: ''
}
this.$refs.deptTree_Inspected.clearHandle()
this.$refs.searchForm.resetFields()
this.getList()
},
@ -349,7 +351,7 @@ export default {
type: 'success'
})
this.listLoading = false
this.varList = []
// this.getList()
// this.listQuery.page = 1
this.getList()
}).catch((e) => {