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