审批流修正
This commit is contained in:
parent
9645243b8c
commit
abea090cd4
|
|
@ -313,7 +313,7 @@ export default {
|
|||
|
||||
checkCanApprove() {
|
||||
// 只有当审批实例状态为"0"(待审批/审批中)时才能审批
|
||||
if (this.approvalInstance.status !== '0') {
|
||||
if (this.approvalInstance.status !== '0' && this.approvalInstance.status !== '1') {
|
||||
console.log('审批实例状态不是待审批/审批中:', this.approvalInstance.status)
|
||||
this.canApprove = false
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in New Issue