feat: There is no way the, 文档问题 解读流程还有接收代办??
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user