diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index a12332f08..c191cc4b6 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -391,8 +391,8 @@ - - + + @@ -437,7 +437,7 @@ - {{ opt.label}} + {{ opt.label}} @@ -1504,6 +1504,8 @@ export default { categoryConfigOptions: [], // 所属类别下拉框 assemClassOptions: [], // 总成分类下拉框 standAttributeList: [], + qcdwOptions:[],//起草单位 + wscysdOptions:[], //我司参与深度 // 树形结构 // tree function MoveTest: '', @@ -4303,6 +4305,7 @@ export default { this.categoryConfigOptions = res.data.CATEGORY this.standAttributeList = res.data.RULETYPE this.qcdwOptions = res.data.QCDW + this.wscysdOptions=res.data.WSCYSD; this.getGzzOption() this.setMap(this.standStateOptions) }, e => {