From 065961266c730bda7601468ffef6ec485dbec758 Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Thu, 23 Jun 2022 17:27:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2055721=20=E3=80=90?= =?UTF-8?q?=E4=BB=BB-BUG=E3=80=91=E6=A0=87=E5=87=86=E8=AF=84=E4=BC=B0?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=EF=BC=8C=E6=90=9C=E7=B4=A2=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=A4=AA=E5=B0=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/bzpg/step3.vue | 68 +++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/src/pages/processCenter/pages/creatProcess/bzpg/step3.vue b/src/pages/processCenter/pages/creatProcess/bzpg/step3.vue index b52f9cbeb..b2f0db364 100644 --- a/src/pages/processCenter/pages/creatProcess/bzpg/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzpg/step3.vue @@ -231,6 +231,41 @@
+ + + + + + + + + + + + + + + + + + { + res.data.managementHostList.forEach(item => { + if (item) { + this.managementHostName.push(item); //管理主体 + } + }); + res.data.developmentHostList.forEach(item => { + if (item) { + this.developmentHostName.push(item); //开发主体 + } + }); + res.data.categoryList.forEach(item => { + if (item) { + this.categoryName.push(item); //项目细分类 + } + }); + }); + }, getData() { return new Promise((resolve, reject) => { inboundLiaisonDetail({