From 82c330052cbe16cc2653a08ff2ab00d8aeb26d39 Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Mon, 11 Jul 2022 16:07:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20There=20is=20no=20way=20the,=20?= =?UTF-8?q?=E4=BC=81=E6=A0=87=20=E5=85=A5=E5=BA=93=20=E4=BC=81=E6=A0=87?= =?UTF-8?q?=E5=A4=8D=E5=AE=A1=20=E7=9B=91=E6=8E=A7=E6=B5=81=E7=A8=8B=20?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E7=9C=8B=E5=8F=91=E8=B5=B7=E8=8A=82=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/processDetail/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/processCenter/pages/processDetail/index.vue b/src/pages/processCenter/pages/processDetail/index.vue index e76d985fa..9c051d20d 100644 --- a/src/pages/processCenter/pages/processDetail/index.vue +++ b/src/pages/processCenter/pages/processDetail/index.vue @@ -209,11 +209,11 @@ export default { let prcType = this.detailData[index].prcType // 流程类型 console.log(prcType); // 判断当前流程是否已全部办理完成 - // this.detailData.map(item => { - // if (!item.endTime) { - // isEnd = false - // } - // }) + this.detailData.map(item => { + if (!item.endTime) { + isEnd = false + } + }) if (isEnd) { if (this.$store.state.detailMap !== '') { let lastDetailMap = this.$store.getters.getLastDetailMap