15180 委托完一个后 委托下一个 上一个委托信息会被带出 批量委托也是

pet_li_6.6
liujun 2024-04-18 17:41:03 +08:00
parent 77d6ab4f81
commit 63569ba19b
1 changed files with 19 additions and 6 deletions

View File

@ -140,6 +140,7 @@ export default {
this.$message.success('推送成功') this.$message.success('推送成功')
this.visible = false this.visible = false
this.$emit('refresh', '') this.$emit('refresh', '')
this.beforeClose()
}) })
.catch((e) => { .catch((e) => {
console.log(e) console.log(e)
@ -182,28 +183,40 @@ export default {
handleClose() { handleClose() {
this.form = { this.form = {
STATUS: '', STATUS: '1',
APPOINT_CORP_ID: '',
APPOINT_CORP_NAME: '',
APPOINT_DEPARTMENT_ID: null, APPOINT_DEPARTMENT_ID: null,
APPOINT_DEPARTMENT_NAME: '', APPOINT_DEPARTMENT_NAME: '',
APPOINT_USER_ID: '', APPOINT_USER_ID: null,
APPOINT_USER_NAME: '', APPOINT_USER_NAME: '',
OPINION: '',
user: '', user: '',
tm: new Date().getTime(),
list: [], list: [],
tm: new Date().getTime() isShow: true,
info: {},
entrustFlag: '1'
} }
this.visible = false this.visible = false
}, },
beforeClose() { beforeClose() {
this.visible = false this.visible = false
this.form = { this.form = {
STATUS: '', STATUS: '1',
APPOINT_CORP_ID: '',
APPOINT_CORP_NAME: '',
APPOINT_DEPARTMENT_ID: null, APPOINT_DEPARTMENT_ID: null,
APPOINT_DEPARTMENT_NAME: '', APPOINT_DEPARTMENT_NAME: '',
APPOINT_USER_ID: '', APPOINT_USER_ID: null,
APPOINT_USER_NAME: '', APPOINT_USER_NAME: '',
OPINION: '',
user: '', user: '',
tm: new Date().getTime(),
list: [], list: [],
tm: new Date().getTime() isShow: true,
info: {},
entrustFlag: '1'
} }
} }
} }