From f6efb8e297dfee05b354fd69d467e2804c8f3e8c Mon Sep 17 00:00:00 2001 From: liudianxin Date: Mon, 15 Jun 2020 17:31:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E6=B5=8B=E8=AF=95=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E5=8F=82=E6=95=B0?= 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, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/workbench/fwzc_fwcs.vue b/src/pages/workbench/fwzc_fwcs.vue index 1d41c05..ae494cd 100644 --- a/src/pages/workbench/fwzc_fwcs.vue +++ b/src/pages/workbench/fwzc_fwcs.vue @@ -647,9 +647,9 @@ export default { this.$api.workbench.fwzcFwcs(query).then(response => { if (response.data.success == 1) { let data = response.data.data; - if (this.activeBtn == 0 && this.activeName == 1) { + if (data.body_fields && data.body_fields.length != 0) { this.datasQqcs = data.body_fields; - } else if (this.activeBtn == 0) { + } else { this.datasQqcs = data.param_fields; } this.datasFhcs = data.response_fields; -- 2.26.0