Commit 2b19d9d1 authored by 刘殿昕's avatar 刘殿昕

服务测试+infolist改错了

parent 4f62d9e6
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
访问地址: 访问地址:
<a :href="item.info" target="_blank">{{ item.info }}</a> <a :href="item.info" target="_blank">{{ item.info }}</a>
</span> </span>
<span v-else v-html="helper.downloadFileFormat(item.info)" style="white-space:pre-wrap;"></span> <span v-else v-html="item.info" style="white-space:pre-wrap;"></span>
<span <span
v-if="item.type && item.type == 'down'" v-if="item.type && item.type == 'down'"
class="filebtn" class="filebtn"
......
...@@ -620,7 +620,9 @@ export default { ...@@ -620,7 +620,9 @@ export default {
if (this.activeZh == 1) { if (this.activeZh == 1) {
contentType = this.zhfwQqt; contentType = this.zhfwQqt;
if (this.zhfwQqt == "JSON") { if (this.zhfwQqt == "JSON") {
bodys = this.$refs.zhfwJsonCodes ? this.$refs.zhfwJsonCodes.getCodesVal() : ""; bodys = this.$refs.zhfwJsonCodes
? this.$refs.zhfwJsonCodes.getCodesVal()
: "";
} else if (this.zhfwQqt == "form-data") { } else if (this.zhfwQqt == "form-data") {
let request = this.$refs.fwcs_zhfw_qq_form.getTableData().concat(); let request = this.$refs.fwcs_zhfw_qq_form.getTableData().concat();
request.pop(); request.pop();
...@@ -670,6 +672,7 @@ export default { ...@@ -670,6 +672,7 @@ export default {
this.clickFwcs(); this.clickFwcs();
}, },
nextJcxx() { nextJcxx() {
if (activeBtn == 0 || (activeBtn == 4 && zhyyVal == 0)) {
let requestData = this.$refs.fwcs_sjfw_qqcs.getTableData(); let requestData = this.$refs.fwcs_sjfw_qqcs.getTableData();
let responseData = this.$refs.fwcs_sjfw_fhcs.getTableData(); let responseData = this.$refs.fwcs_sjfw_fhcs.getTableData();
this.requestRules = 0; this.requestRules = 0;
...@@ -686,6 +689,12 @@ export default { ...@@ -686,6 +689,12 @@ export default {
} else if (this.responseRules != 0) { } else if (this.responseRules != 0) {
this.$message.error("请完善返回参数信息中的字段名称"); this.$message.error("请完善返回参数信息中的字段名称");
} }
} else {
this.request_fields = requestData;
this.response_fields = responseData;
this.jcxxtx = true;
this.getOrganization();
}
}, },
checkTable(arr, rule) { checkTable(arr, rule) {
let self = this; let self = this;
...@@ -736,7 +745,6 @@ export default { ...@@ -736,7 +745,6 @@ export default {
} else if (this.activeBtn == 4) { } else if (this.activeBtn == 4) {
if (this.activeZh == 1) { if (this.activeZh == 1) {
contentType = this.zhfwQqt; contentType = this.zhfwQqt;
} }
} }
let query = { let query = {
......
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