feat: There is no way the, 文档问题 解读流程还有接收代办??
This commit is contained in:
@@ -277,14 +277,12 @@
|
|||||||
<ProcessFooter
|
<ProcessFooter
|
||||||
:show-save="submitShow"
|
:show-save="submitShow"
|
||||||
:show-submit="submitShow"
|
:show-submit="submitShow"
|
||||||
:show-confirm="acceptShow"
|
|
||||||
:submitLoading="isSubmit"
|
:submitLoading="isSubmit"
|
||||||
:saveLoading="saveLoading"
|
:saveLoading="saveLoading"
|
||||||
:show-transfer="submitShow"
|
:show-transfer="submitShow"
|
||||||
@transfer="handleTransfer"
|
@transfer="handleTransfer"
|
||||||
@save="handleSave"
|
@save="handleSave"
|
||||||
@submit="handleSubmit"
|
@submit="handleSubmit"
|
||||||
@accept="handleAccept"
|
|
||||||
>
|
>
|
||||||
</ProcessFooter>
|
</ProcessFooter>
|
||||||
<Role-tree
|
<Role-tree
|
||||||
@@ -551,7 +549,7 @@
|
|||||||
active: '1', // 默认显示
|
active: '1', // 默认显示
|
||||||
isSubmit: false,
|
isSubmit: false,
|
||||||
saveLoading: false,
|
saveLoading: false,
|
||||||
submitShow: false,
|
submitShow: true,
|
||||||
acceptShow: false,
|
acceptShow: false,
|
||||||
todoId: '',
|
todoId: '',
|
||||||
form: {
|
form: {
|
||||||
@@ -898,14 +896,15 @@
|
|||||||
}).then(res => {
|
}).then(res => {
|
||||||
let data = JSON.parse(res.mesg)
|
let data = JSON.parse(res.mesg)
|
||||||
this.form.endTime = data.endTime || data.form.endTime
|
this.form.endTime = data.endTime || data.form.endTime
|
||||||
let commitStatus = res.commitStatus
|
// let commitStatus = res.commitStatus
|
||||||
if(commitStatus && commitStatus > 0){
|
// if(commitStatus && commitStatus > 0){
|
||||||
this.acceptShow = true
|
// this.acceptShow = true
|
||||||
this.submitShow = false
|
// this.submitShow = false
|
||||||
}else {
|
// }else {
|
||||||
this.acceptShow = false
|
// this.acceptShow = false
|
||||||
|
// this.submitShow = true
|
||||||
|
// }
|
||||||
this.submitShow = true
|
this.submitShow = true
|
||||||
}
|
|
||||||
this.AOLIGEI = data.AOLIGEI
|
this.AOLIGEI = data.AOLIGEI
|
||||||
this.commentText3 = data.commentText3 || ''
|
this.commentText3 = data.commentText3 || ''
|
||||||
this.todoId = res.id
|
this.todoId = res.id
|
||||||
|
|||||||
Reference in New Issue
Block a user