Commit aaf01d3e authored by 赵伟庚's avatar 赵伟庚

fix bug

parent ce67c131
...@@ -1501,8 +1501,6 @@ export default { ...@@ -1501,8 +1501,6 @@ export default {
} }
headers = Object.assign(headers, requestHeaderDataObj) headers = Object.assign(headers, requestHeaderDataObj)
} }
let bodys = "";
let contentType = "";
if (this.activeBtn == 0 || this.activeBtn == 3) { if (this.activeBtn == 0 || this.activeBtn == 3) {
bodys = this.$refs.jsonCodes ? this.$refs.jsonCodes.getCodesVal() : ""; bodys = this.$refs.jsonCodes ? this.$refs.jsonCodes.getCodesVal() : "";
contentType = this.sjfwQqt; contentType = this.sjfwQqt;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment