From 4f706d43a803be94c1c292f34b657a31596ca4d9 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Wed, 22 Dec 2021 21:00:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86=E5=BA=93=20-=20=E5=88=86?= =?UTF-8?q?=E8=A7=A3=E5=8D=95=E7=BC=96=E8=BE=91=20-=20=E9=80=82=E7=94=A8?= =?UTF-8?q?=E8=BD=A6=E5=9E=8B=E4=B8=8B=E6=8B=89=E6=A1=86=E5=A4=9A=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../details/otherStandardDetails/index.vue | 26 +++++++++++-------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index c0dd20f61..30fd8caf5 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -901,16 +901,14 @@ - - + import PutQuestionButton from '@/components/PutQuestionButton' import CustomSVPPS from '@/components/CustomFormComponents/SVPPS' +import CustomSelectArray from '@/components/CustomFormComponents/SelectArray' import CustomOrg from '@/components/CustomFormComponents/OrgTree' import {dateFormat} from '@/common/date' import RelatedTermsSelect from './components/RelatedTermsSelect' @@ -1577,6 +1576,7 @@ export default { components: { PutQuestionButton, CustomSVPPS, + CustomSelectArray, CustomOrg, RelatedTermsSelect }, @@ -1760,7 +1760,10 @@ export default { ZRBM: '', FO: '' }, - applyArcticOptions: [], // 适用车辆类型下拉框 + applyArcticOptions: { + attrName: '适用车型', + options:[] + }, // 适用车辆类型下拉框 emergyKindOptions: [], // 能源种类下拉框 requestOptions: [], BZFGGXOUIUJ: [], // 企标覆盖关系 @@ -2533,6 +2536,7 @@ export default { if (typeof this.resolveListForm.zccssrq !== 'string'){ this.resolveListForm.zccssrq = this.resolveListForm.zccssrq.join(',') } + this.resolveListForm.applyArctic = this.resolveListForm.applyArctic.join(',') this.$http.putData( 'SarStandItems/sar-stand-items/updateSarItemAndInterpretation', this.resolveListForm, @@ -3365,7 +3369,7 @@ export default { this.$http.get('sys/dictype/getDicTypeListCode', '', { _this: this }, res => { - this.applyArcticOptions = res.data.ENERGYTYPES // 根据需求文档,产品类别对应标准属性中的“适用车辆类型” + this.applyArcticOptions.options = res.data.ENERGYTYPES // 根据需求文档,产品类别对应标准属性中的“适用车辆类型” this.emergyKindOptions = res.data.ENERGYTYPES this.requestOptions = res.data.REQUESTTYPE this.BZFGGXOUIUJ = res.data.BZFGGXOUIUJ // 企标覆盖关系