From 7dc428df87308054435b9729664d41bad41e5605 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Mon, 21 Nov 2022 11:55:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E6=8E=A7=E6=B5=81=E7=A8=8B=20?= =?UTF-8?q?=E5=90=88=E5=B9=B6=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../creatProcess/qbzxdjhgk/component/merge.vue | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/component/merge.vue b/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/component/merge.vue index 2c714b464..729f642f2 100644 --- a/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/component/merge.vue +++ b/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/component/merge.vue @@ -1087,13 +1087,14 @@ export default { }, { _this: this, }, res => { - this.standinfoList = [] - //展示的数据只能是未开始的 - res.data.list.forEach(item => { - if(item.planStatus === '0'){ - this.standinfoList.push(item) - } - }) + this.standinfoList = res.data.list + // this.standinfoList = [] + // //展示的数据只能是未开始的 + // res.data.list.forEach(item => { + // if(item.planStatus === '0'){ + // this.standinfoList.push(item) + // } + // }) this.total = this.standinfoList.length this.replaceLoading = false })