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