From 31852db4117d48af97caa60db8b054c4903a4276 Mon Sep 17 00:00:00 2001 From: zyn Date: Fri, 12 May 2023 16:53:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E6=A0=87=E5=88=B6=E4=BF=AE=E8=AE=A2?= =?UTF-8?q?=E7=AB=8B=E9=A1=B9=E8=AE=A1=E5=88=92=20=E6=96=B0=E5=A2=9E-?= =?UTF-8?q?=E4=BC=81=E6=A0=87=E7=B1=BB=E5=88=AB=E4=B8=8E=E4=BC=81=E6=A0=87?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/qbzxdlx/step1.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue b/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue index 46c7974ab..51b560990 100644 --- a/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue @@ -614,11 +614,12 @@ export default { this.$http.get('sys/dictype/getDicTypeListCode', '',{ _this: this }, res => { - res.data.BUSSSTANDCLASS.forEach(item => { - if(!item.label.indexOf('Q/FT')){ - this.standSortOptions.push(item) //企标类别 - } - }) + this.standSortOptions = res.data.BUSSSTANDCLASS // 标准类别 + // res.data.BUSSSTANDCLASS.forEach(item => { + // if(!item.label.indexOf('Q/FT')){ + // this.standSortOptions.push(item) //企标类别 + // } + // }) }) }, methods: {