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()