diff --git a/src/pages/workbench/fwzc_fwcs.vue b/src/pages/workbench/fwzc_fwcs.vue index 82f81a84d39dd78ee057f4cc5d505b092e20977b..05dccb9af025a482305ab806c1b352138e099e3d 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;