From cfa4b504210670d4292730a04a2ed363349fe481 Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Mon, 27 Jun 2022 15:51:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2055674=20=E3=80=90?= =?UTF-8?q?=E4=BB=BB-=E9=9C=80=E6=B1=82=E3=80=91=E6=A0=87=E5=87=86?= =?UTF-8?q?=E7=8A=B6=E6=80=81=EF=BC=8C=E6=96=87=E6=9C=AC=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E5=8F=AF=E9=80=89=E6=8B=A9=E7=9A=84=EF=BC=8C=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E9=99=90=E5=88=B6=EF=BC=9B=E5=85=B7=E4=BD=93?= =?UTF-8?q?=E7=9C=8B=E6=A0=87=E5=87=86=E7=8A=B6=E6=80=81=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8F=98=E6=9B=B4=E9=80=BB=E8=BE=91=E7=9A=84=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processCenter/pages/creatProcess/bzrk/step1.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue index 019192340..c968f68cc 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue @@ -2267,6 +2267,7 @@ export default { bringData.standInData = this.form.standInData && this.form.standInData != '' ? this.form.standInData : '0' const json = Object.assign(bringData, bringData.attrInfoCaseMap); this.form = JSON.parse(JSON.stringify(json)) + this.form.textStatus = this.form.textStatus === 'jjxoynfepp' ? '' : this.form.textStatus this.getListTree(bringData) this.form.standId = bringData.id if (this.form.country) { @@ -3475,7 +3476,13 @@ export default { this.countryOptions = res.data.COUNTRY//国家地区 this.standSortOptions = res.data.STANDCLASSIFY // 标准类别 this.standNatureOptions = res.data.SARPROPERTY // 标准性质 - this.standStateOptions = res.data.WBZTCLASS // 文本状态 + const standOptions = [] + res.data.WBZTCLASS.forEach(item=>{ + if( item.label === '草案' || item.label === '征求意见' || item.label === '送审' || item.label === '报批' || item.label === '发布'){ + standOptions.push(item) + } + }) + this.standStateOptions = standOptions // 文本状态 this.standSystemOptions = res.data.BZTXCLASS // 标准体系 this.applyArcticOptions.options = res.data.ENERGYTYPES // 适用车型 this.categoryOptions.options = res.data.NYLXCLASS // 能源类型