From ff2cba72aeec490a22215f40df75827384e0b86e Mon Sep 17 00:00:00 2001 From: liudianxin Date: Thu, 6 Aug 2020 14:42:22 +0800 Subject: [PATCH] d_type_2 --- src/pages/workbench/fwzc_fwcs.vue | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/pages/workbench/fwzc_fwcs.vue b/src/pages/workbench/fwzc_fwcs.vue index 0f5b79a..b236f6e 100644 --- a/src/pages/workbench/fwzc_fwcs.vue +++ b/src/pages/workbench/fwzc_fwcs.vue @@ -27,9 +27,9 @@ @@ -495,12 +495,7 @@ export default { zhfwQqt: "JSON", skfwQqt: "", skfwRadios: [], - optionsZhyy: [ - { label: "模型算法类", value: 22 }, - { label: "查询验证类", value: 23 }, - { label: "流程类", value: 24 }, - { label: "应用类", value: 34 }, - ], + optionsZhyy: [], zhyyVal: 22, jcxxtx: false, form: { @@ -964,6 +959,7 @@ export default { this.btnList = response.data.data; this.skfwRadios = this.btnList[1].childDomains; this.skfwQqt = this.skfwRadios[0].id; + this.optionsZhyy = this.btnList[4].childDomains; this.activeBtn = 0; } else { console.log(response.data.errMsg); @@ -1080,9 +1076,9 @@ export default { } } }); - self.judgeMap(); self.getServiceType1(); self.getArea(); + self.judgeMap(); }, }; -- 2.26.0