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