From aaf01d3ea65a0bb7f6e4fdae172c50b2a6f75ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BC=9F=E5=BA=9A?= Date: Wed, 13 Apr 2022 19:04:59 +0800 Subject: [PATCH] fix bug --- src/pages/workbench/fwzc_fwcs.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/workbench/fwzc_fwcs.vue b/src/pages/workbench/fwzc_fwcs.vue index 953b280..a13b9b0 100644 --- a/src/pages/workbench/fwzc_fwcs.vue +++ b/src/pages/workbench/fwzc_fwcs.vue @@ -1501,8 +1501,6 @@ export default { } headers = Object.assign(headers, requestHeaderDataObj) } - let bodys = ""; - let contentType = ""; if (this.activeBtn == 0 || this.activeBtn == 3) { bodys = this.$refs.jsonCodes ? this.$refs.jsonCodes.getCodesVal() : ""; contentType = this.sjfwQqt; -- 2.26.0