From bb440da53d15714672a46ee15bc1a7a9f5075b6c Mon Sep 17 00:00:00 2001 From: "zhaokaiyao@91isoft.com" <6922339zky> Date: Thu, 12 Aug 2021 15:00:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E9=AB=98=E7=BA=A7?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../foreignStandardsAndRegulations/index.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 => {