From 43c7f6ba489baf15ccb51cf620565650a0c0bd30 Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Mon, 15 Aug 2022 14:09:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20There=20is=20no=20way=20the,=20?= =?UTF-8?q?=E2=80=8556898=20=E4=BC=81=E6=A0=87=E5=88=B6=E4=BF=AE=E8=AE=A2?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E7=AE=A1=E6=8E=A7-=E5=8F=96=E6=B6=88?= =?UTF-8?q?=EF=BC=8C=E9=80=89=E6=8B=A9=E6=A0=87=E5=87=86=E4=B9=8B=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E9=99=84=E4=BB=B6=E4=BD=8D=E7=BD=AE=E6=98=BE=E7=A4=BA?= =?UTF-8?q?null?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/qbzxdjhgk/component/cancel.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/component/cancel.vue b/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/component/cancel.vue index 15b32174e..d92de47d4 100644 --- a/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/component/cancel.vue +++ b/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/component/cancel.vue @@ -433,6 +433,9 @@ export default { //展示的数据只能是未开始的 res.data.list.forEach(item => { if(item.planStatus === '0'){ + if(item.isRelate && item.isRelate === 'null'){ + item.isRelate = "" + } this.standinfoList.push(item) } })