parent
0ffdfd2149
commit
c5919657e5
|
@ -143,6 +143,10 @@ export default {
|
|||
const info = JSON.parse(e)
|
||||
this.form.APPOINT_CORP_ID = info.CORPINFO_ID
|
||||
this.form.APPOINT_CORP_NAME = info.CORP_NAME
|
||||
this.form.APPOINT_DEPARTMENT_ID = null
|
||||
this.form.APPOINT_DEPARTMENT_NAME = ''
|
||||
this.form.APPOINT_USER_ID = ''
|
||||
this.form.APPOINT_USER_NAME = ''
|
||||
this.getDepartmentTree()
|
||||
},
|
||||
beforeClose() {
|
||||
|
@ -175,6 +179,7 @@ export default {
|
|||
this.$message.success('推送成功')
|
||||
this.visible = false
|
||||
this.$emit('refresh', '')
|
||||
this.beforeClose()
|
||||
}
|
||||
})
|
||||
}
|
||||
|
@ -198,6 +203,9 @@ export default {
|
|||
DEPARTMENT_ID: e.id
|
||||
}
|
||||
).then((data) => {
|
||||
this.form.APPOINT_USER_ID = ''
|
||||
this.form.APPOINT_USER_NAME = ''
|
||||
this.form.user = ''
|
||||
this.peopleList = data.userList
|
||||
}).catch((e) => {
|
||||
console.log(e)
|
||||
|
|
Loading…
Reference in New Issue