From 20e41323ae57468cf81c60ce96f0d303ecc14d67 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 9 Aug 2022 16:09:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=85=A8=E9=83=A8=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/saas/AppCooperationPropaganda/detail.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/project/saas/AppCooperationPropaganda/detail.vue b/src/project/saas/AppCooperationPropaganda/detail.vue index 100242b4..41b539c0 100644 --- a/src/project/saas/AppCooperationPropaganda/detail.vue +++ b/src/project/saas/AppCooperationPropaganda/detail.vue @@ -122,11 +122,12 @@ export default { this.fileList = res.data.contents.filter(v=> v.msgType == 3) this.webpage = res.data.contents.filter(v=> v.msgType == 4) this.miniapp = res.data.contents.filter(v=> v.msgType == 5) - if(res.data.status==1) { // 拒绝 - this.approver = res.data.examines.filter(e=> e.examineStatus == 2) - } else { // 通过 - this.approver = res.data.examines - } + this.approver = res.data.examines + // if(res.data.status==1) { // 拒绝 + // this.approver = res.data.examines.filter(e=> e.examineStatus == 2) + // } else { // 通过 + // this.approver = res.data.examines + // } } }) },