diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 36fec89c5..0805c19ad 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -1677,35 +1677,56 @@ - - - {{ opt.label }} - - - + + + + + + + + + + - - - {{ opt.label }} - - - + + + + + + + + + + - - - {{ opt.label }} - - - + + + + + + + + + + @@ -1734,36 +1755,57 @@ - - - {{ opt.label }} - - - + + + + + + + + + + - - - {{ opt.label }} - - - + + + + + + + + + + + - - - {{ opt.label }} - - - + + + + + + + + + + @@ -2155,31 +2197,58 @@ export default { stahndinfoList: [], tableFlag: '', // sycpxOptions: [], // 适用产品线 - syzrOptions: [], // 适用认证 + syzrOptions: { + attrName: '适用认证', + options:[] + }, // 适用认证 // zrgcsOptions: [], // 责任工程师 countryOptions: [], regionOptions: [], // 区域 standSortOptions: [], // 标准类别下拉框 standSystemOptions: [], // 标准体系下拉框 - sycpxOptions: [], // 适用产品线下拉框 - zrbmOptions: [], // 责任部门下拉框 - zrgcsOptions: [], // 责任工程师下拉框 + sycpxOptions: { + attrName: '适用产品线', + options:[] + }, // 适用产品线下拉框 + zrbmOptions: { + attrName: '责任部门', + options:[] + }, // 责任部门下拉框 + zrgcsOptions: { + attrName: '责任工程师', + options:[] + }, // 责任工程师下拉框 txlbOptions: [], // 体系类别下拉框 standSortConfigOptions: [], // 标准类别下拉框 - applyArcticOptions: [], // 适用车型下拉框 + applyArcticOptions: { + attrName: '适用车型', + options:[] + }, // 适用车型下拉框 standStateOptions: [], // 标准状态下拉框 standNatureOptions: [], // 标准性质下拉框 adoptExtentOptions: [], // 采标程度下拉框 - emergyKindOptions: [], // 能源种类下拉框 - applyAuthOptions: [], // 适用认证下拉框 + emergyKindOptions: { + attrName: '能源种类', + options:[] + }, // 能源种类下拉框 + applyAuthOptions: { + attrName: '适用认证', + options:[] + }, // 适用认证下拉框 categoryOptions: [], // 所属类别下拉框 categoryConfigOptions: [], // 所属类别下拉框 assemClassOptions: [], // 总成分类下拉框 qcdwOptions: [],//起草单位下拉框 cysdOptions: [], //我司参与深度下拉框 - nylxOptions: [],//能源类型下拉框 - syrzOptions: [],//适用认证下拉框 + nylxOptions: { + attrName: '能源类型', + options:[] + },//能源类型下拉框 + syrzOptions: { + attrName: '适用认证', + options:[] + },//适用认证下拉框 gkglbmOptions: [],//归口管理部门下拉框 @@ -5567,24 +5636,25 @@ export default { this.$http.get('sys/dictype/getDicTypeListCode', '', { _this: this }, res => { + console.log('5608',res.data) this.allSelectOptions = res.data || {} this.standSortOptions = res.data.STANDCLASSIFY // 标准类别 this.standNatureOptions = res.data.SARPROPERTY // 标准性质 this.standStateOptions = res.data.WBZTCLASS // 文本状态 this.standSystemOptions = res.data.BZTXCLASS // 标准体系 - this.applyArcticOptions = res.data.ENERGYTYPES // 适用车型 - this.categoryOptions = res.data.NYLXCLASS // 能源类型 - this.applyAuthOptions = res.data.SYRZCLASS // 适用认证 + this.applyArcticOptions.options = res.data.ENERGYTYPES // 适用车型 + this.categoryOptions.options = res.data.NYLXCLASS // 能源类型 + this.applyAuthOptions.options = res.data.SYRZCLASS // 适用认证 this.cysdOptions = res.data.WSCYSD // 我司参与深度 - this.sycpxOptions = res.data.SYCPXCLASS // 适用产品线 - this.zrgcsOptions = res.data.ZRGCSCLASS // 责任工程师 + this.sycpxOptions.options = res.data.SYCPXCLASS // 适用产品线 + this.zrgcsOptions.options = res.data.ZRGCSCLASS // 责任工程师 this.txlbOptions = res.data.TXLBCLASS // 体系类别 this.qcdwOptions = res.data.QCDW // 起草单位 - this.nylxOptions = res.data.NYLXCLASS // 能源类型 - this.sycpxOptions = res.data.SYCPXCLASS // 适用产品线 - this.zrgcsOptions = res.data.ZRGCSCLASS // 责任工程师 - this.zrbmOptions = res.data.ZRBMCLASS // 责任部门 - this.syrzOptions = res.data.SYRZCLASS // 适用认证 + this.nylxOptions.options = res.data.NYLXCLASS // 能源类型 + this.sycpxOptions.options = res.data.SYCPXCLASS // 适用产品线 + this.zrgcsOptions.options = res.data.ZRGCSCLASS // 责任工程师 + this.zrbmOptions.options = res.data.ZRBMCLASS // 责任部门 + this.syrzOptions.options = res.data.SYRZCLASS // 适用认证 this.gkglbmOptions = res.data.GKGLBM;//归口管理部门 this.getGzzOption() this.setMap(this.standStateOptions)