Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
f0141a3f
Commit
f0141a3f
authored
Nov 02, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
视频服务暂不可用
parent
dd9517ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
7 deletions
+36
-7
src/pages/workbench/fwzc_fwcs.vue
src/pages/workbench/fwzc_fwcs.vue
+36
-7
No files found.
src/pages/workbench/fwzc_fwcs.vue
View file @
f0141a3f
...
...
@@ -80,7 +80,13 @@
(用于查询流程状态)
</p>
</div>
<div
v-show=
"(activeBtn == 4 && zhyyVal == 24) || activeBtn == 3"
>
<div
v-show=
"
(activeBtn == 4 && zhyyVal == 24) ||
activeBtn == 3 ||
activeBtn == 2
"
>
<div
class=
"fwcs_fwdz"
>
上传接口文档
<span
class=
"title_bc"
>
(请上传所有服务地址完整接口文档)
</span>
:
...
...
@@ -147,7 +153,7 @@
服务测试
</el-button>
</div>
<div
v-if=
"activeBtn == 0 || activeBtn == 3"
>
<div
v-if=
"activeBtn == 0 || activeBtn ==
2 || activeBtn ==
3"
>
<el-tabs
v-model=
"activeName"
class=
"fwcs_tabs"
@
tab-click=
"clickTab"
>
<el-tab-pane
label=
"请求参数"
name=
"0"
>
<ces-table
...
...
@@ -370,7 +376,10 @@
</div>
<div
v-show=
"
(activeBtn == 1 || (activeBtn == 4 && zhyyVal == 34)) && resSuccess
(activeBtn == 1 ||
activeBtn == 2 ||
(activeBtn == 4 && zhyyVal == 34)) &&
resSuccess
"
>
<div
class=
"skfw_csfwxx"
>
测试服务信息:
</div>
...
...
@@ -387,6 +396,7 @@
v-show=
"
(activeBtn == 0 ||
activeBtn == 1 ||
activeBtn == 2 ||
activeBtn == 3 ||
activeBtn == 4) &&
!resSuccess
...
...
@@ -804,8 +814,8 @@ export default {
{
label
:
"
DELETE
"
,
value
:
"
DELETE
"
},
],
optionType1
:
[{
label
:
"
GET
"
,
value
:
"
GET
"
}],
activeName
:
0
,
activeZh
:
0
,
activeName
:
"
0
"
,
activeZh
:
"
0
"
,
sjfwQqcs
:
[
{
label
:
"
请求字段编码
"
,
...
...
@@ -1132,7 +1142,7 @@ export default {
bodys
=
this
.
$refs
.
jsonCodes
?
this
.
$refs
.
jsonCodes
.
getCodesVal
()
:
""
;
contentType
=
this
.
sjfwQqt
;
}
else
if
(
this
.
activeBtn
==
4
)
{
if
(
this
.
activeZh
==
1
)
{
if
(
this
.
activeZh
==
"
1
"
)
{
contentType
=
this
.
zhfwQqt
;
if
(
this
.
zhfwQqt
==
"
JSON
"
)
{
bodys
=
this
.
$refs
.
zhfwJsonCodes
...
...
@@ -1204,10 +1214,12 @@ export default {
nextJcxx
()
{
if
(
this
.
activeBtn
==
0
||
this
.
activeBtn
==
2
||
this
.
activeBtn
==
3
||
(
this
.
activeBtn
==
4
&&
(
this
.
zhyyVal
==
22
||
this
.
zhyyVal
==
23
))
)
{
if
(
this
.
activeBtn
==
2
||
this
.
activeBtn
==
3
||
(
this
.
activeBtn
==
4
&&
this
.
zhyyVal
==
22
)
)
{
...
...
@@ -1231,6 +1243,23 @@ export default {
this
.
$message
.
error
(
"
请完善返回参数信息中的字段名称
"
);
}
}
}
else
{
let
requestData
=
this
.
$refs
.
fwcs_sjfw_qqcs
.
getTableData
();
let
responseData
=
this
.
$refs
.
fwcs_sjfw_fhcs
.
getTableData
();
this
.
requestRules
=
0
;
this
.
responseRules
=
0
;
this
.
checkTable
(
requestData
,
0
);
this
.
checkTable
(
responseData
,
1
);
if
(
this
.
requestRules
==
0
&&
this
.
responseRules
==
0
)
{
this
.
request_fields
=
requestData
;
this
.
response_fields
=
responseData
;
this
.
jcxxtx
=
true
;
this
.
getOrganization
();
}
else
if
(
this
.
requestRules
!=
0
)
{
this
.
$message
.
error
(
"
请完善请求参数信息中的字段名称
"
);
}
else
if
(
this
.
responseRules
!=
0
)
{
this
.
$message
.
error
(
"
请完善返回参数信息中的字段名称
"
);
}
}
}
else
if
(
this
.
activeBtn
==
1
)
{
let
value
=
helper
.
getQueryString
(
"
id
"
,
this
.
serviceUrl
);
...
...
@@ -1410,7 +1439,7 @@ export default {
if
(
this
.
activeBtn
==
0
||
this
.
activeBtn
==
3
)
{
contentType
=
this
.
sjfwQqt
;
}
else
if
(
this
.
activeBtn
==
4
)
{
if
(
this
.
activeZh
==
1
)
{
if
(
this
.
activeZh
==
"
1
"
)
{
contentType
=
this
.
zhfwQqt
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment