查询条件调整

This commit is contained in:
shenyanpei
2022-01-20 17:26:40 +08:00
parent ed5afbe915
commit 02d9e3b088
@@ -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