From abea090cd401b22c0af29575a1775b416e7f8a31 Mon Sep 17 00:00:00 2001 From: syruan <15555146157@163.com> Date: Mon, 5 Jan 2026 22:44:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=89=B9=E6=B5=81=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/EquipmentRetireApply/audit-detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/EquipmentRetireApply/audit-detail.vue b/src/views/EquipmentRetireApply/audit-detail.vue index fbe6b030..f7f84e10 100644 --- a/src/views/EquipmentRetireApply/audit-detail.vue +++ b/src/views/EquipmentRetireApply/audit-detail.vue @@ -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