From d3ad8e745a042a81fb410880bba39615aebd2c5d Mon Sep 17 00:00:00 2001 From: liudianxin Date: Wed, 1 Jul 2020 10:27:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E6=B3=A8=E5=86=8C+=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E9=AA=8C=E8=AF=81=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/workbench/fwzc_fwcs.vue | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/pages/workbench/fwzc_fwcs.vue b/src/pages/workbench/fwzc_fwcs.vue index b814b28..8714271 100644 --- a/src/pages/workbench/fwzc_fwcs.vue +++ b/src/pages/workbench/fwzc_fwcs.vue @@ -214,7 +214,9 @@ -
+
请求参数信息填写:
-
+
测试服务信息:
@@ -471,10 +473,10 @@ export default { skfwQqt: "ArcGIS Server Web", skfwRadios: [], optionsZhyy: [ - { label: "模型算法类", value: 0 }, - { label: "查询验证类", value: 1 }, - { label: "流程类", value: 2 }, - { label: "应用类", value: 3 } + { label: "模型算法类", value: 22 }, + { label: "查询验证类", value: 23 }, + { label: "流程类", value: 24 }, + { label: "应用类", value: 34 } ], zhyyVal: 0, jcxxtx: false, @@ -672,7 +674,7 @@ export default { this.clickFwcs(); }, nextJcxx() { - if (activeBtn == 0 || (activeBtn == 4 && zhyyVal == 0)) { + if (this.activeBtn == 0 || (this.activeBtn == 4 && (this.zhyyVal == 22 || this.zhyyVal == 23))) { let requestData = this.$refs.fwcs_sjfw_qqcs.getTableData(); let responseData = this.$refs.fwcs_sjfw_fhcs.getTableData(); this.requestRules = 0; -- 2.26.0