From a8b6569c049055b1e3de583263f87ed92330fe6b Mon Sep 17 00:00:00 2001 From: liudianxin Date: Fri, 14 Aug 2020 19:05:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E5=9C=B0=E5=9B=BE=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/workbench/fwzc_fwcs.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/workbench/fwzc_fwcs.vue b/src/pages/workbench/fwzc_fwcs.vue index 82f81a8..05dccb9 100644 --- a/src/pages/workbench/fwzc_fwcs.vue +++ b/src/pages/workbench/fwzc_fwcs.vue @@ -1005,7 +1005,9 @@ export default { this.$api.workbench.getServiceTypeList().then((response) => { if (response.data.success == 1) { this.btnList = response.data.data; - this.skfwRadios = this.btnList[1].childDomains; + let skfwRadios = this.btnList[1].childDomains; + skfwRadios.splice(2, 1); + this.skfwRadios = skfwRadios; this.skfwQqt = this.skfwRadios[0].id; this.optionsZhyy = this.btnList[4].childDomains; this.activeBtn = 0; -- 2.26.0