feat: There is no way the, 文档问题 解读流程还有接收代办??

This commit is contained in:
396572590@qq.com
2022-07-28 15:04:09 +08:00
parent d75ea35627
commit f4056942e7
@@ -277,14 +277,12 @@
<ProcessFooter
:show-save="submitShow"
:show-submit="submitShow"
:show-confirm="acceptShow"
:submitLoading="isSubmit"
:saveLoading="saveLoading"
:show-transfer="submitShow"
@transfer="handleTransfer"
@save="handleSave"
@submit="handleSubmit"
@accept="handleAccept"
>
</ProcessFooter>
<Role-tree
@@ -551,7 +549,7 @@
active: '1', // 默认显示
isSubmit: false,
saveLoading: false,
submitShow: false,
submitShow: true,
acceptShow: false,
todoId: '',
form: {
@@ -898,14 +896,15 @@
}).then(res => {
let data = JSON.parse(res.mesg)
this.form.endTime = data.endTime || data.form.endTime
let commitStatus = res.commitStatus
if(commitStatus && commitStatus > 0){
this.acceptShow = true
this.submitShow = false
}else {
this.acceptShow = false
this.submitShow = true
}
// let commitStatus = res.commitStatus
// if(commitStatus && commitStatus > 0){
// this.acceptShow = true
// this.submitShow = false
// }else {
// this.acceptShow = false
// this.submitShow = true
// }
this.submitShow = true
this.AOLIGEI = data.AOLIGEI
this.commentText3 = data.commentText3 || ''
this.todoId = res.id