From 43e68e2088724342131d7e29649419d82d667a36 Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Thu, 23 Jun 2022 14:17:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2055683=20=E3=80=90?= =?UTF-8?q?=E7=BA=BF=E4=B8=8A=E3=80=91=E6=A0=87=E5=87=86=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=EF=BC=8C=E6=B5=B7=E5=A4=96=E6=A0=87=E5=87=86?= =?UTF-8?q?=EF=BC=8C=E8=8D=89=E7=A8=BF=E9=87=8C=E8=BF=9B=E5=8E=BB=E7=9A=84?= =?UTF-8?q?=EF=BC=8C=E5=9B=BD=E5=AE=B6=E5=9C=B0=E5=8C=BA=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/bzrk/step1.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue index 03be5748b..b9b90b73d 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue @@ -3464,10 +3464,6 @@ export default { }, }, mounted() { - this.bpnId = this.$route.query.bpnId - if (this.bpnId !== undefined) { - this.getTaskId() - } this.getTree() this.$http.get('sys/dictype/getDicTypeListCode', '', { _this: this @@ -3491,6 +3487,10 @@ export default { this.cbcdOptions = res.data.DEGREESTANDARD // 采标程度 this.txlbOptions = res.data.TXLBCLASS // 体系类别 this.setMap(this.standStateOptions) + this.bpnId = this.$route.query.bpnId + if (this.bpnId !== undefined) { + this.getTaskId() + } }) this.busVsFunc() this.modelFunc()