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