parent
bc423bc2ae
commit
7024f1bd82
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue