From 02d9e3b088c40ea0b5d6f29e228ca11208447049 Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Thu, 20 Jan 2022 17:26:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherStandardDetails/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 858741158..8ae956e29 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -3649,12 +3649,12 @@ export default { return item.id } }, - created() { + /*created() { dicTypeData().then(res => { // 能源类型数据字典 this.CycxOptions = res.data.CLLX }) - }, + },*/ async mounted() { this.sarStandardsInfoEO.id = this.$route.params.id // await this.selectStandMessage() @@ -3663,6 +3663,7 @@ export default { this.$http.get('sys/dictype/getDicTypeListCode', '', { _this: this }, res => { + this.CycxOptions = res.data.CLLX this.applyArcticOptions.options = res.data.ENERGYTYPES // 根据需求文档,产品类别对应标准属性中的“适用车辆类型” this.emergyKindOptions = res.data.ENERGYTYPES this.requestOptions = res.data.REQUESTTYPE