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