From 9fbe5c0e1c7e9c902e2f8777d66c40e2e1182b0b Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Thu, 21 Oct 2021 10:39:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86=E6=B8=85=E5=8D=95=E5=8F=91?= =?UTF-8?q?=E5=B8=83/=E6=9B=B4=E6=96=B0=E6=B5=81=E7=A8=8B=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E9=87=8D=E5=A4=8D=E7=9A=84=E6=A0=87=E5=87=86=E5=90=8E?= =?UTF-8?q?=20=E6=B7=BB=E5=8A=A0=E5=BC=B9=E7=AA=97=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=9A=82=E6=97=A0=E6=95=B0=E6=8D=AE=20=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E6=B8=85=E7=A9=BA=20=E6=95=B0=E6=8D=AE=E5=9B=9E=E6=9D=A5?= =?UTF-8?q?=E4=BA=86=20=E5=BA=94=E8=AF=A5=E4=B8=80=E7=9B=B4=E6=9C=89?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/bzqdfb/step3.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/processCenter/pages/creatProcess/bzqdfb/step3.vue b/src/pages/processCenter/pages/creatProcess/bzqdfb/step3.vue index c3ac08ea3..dd309b1b2 100644 --- a/src/pages/processCenter/pages/creatProcess/bzqdfb/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzqdfb/step3.vue @@ -288,6 +288,7 @@ { this.standardData = res.data.list; + this.loading = false this.standardData.forEach(item => { if(item.attrInfoMap === null){ this.$set(item, "ZCCSSRQ", ''); @@ -607,6 +610,8 @@ export default { //点击添加事件 addList() { this.standModel = true; + this.loading = true + this.getStandDataBtn() }, //添加标准select的改变 selectThree(data) {