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
d3ad8e74
Commit
d3ad8e74
authored
Jul 01, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
服务注册+查询验证类
parent
3ad95cef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
src/pages/workbench/fwzc_fwcs.vue
src/pages/workbench/fwzc_fwcs.vue
+9
-7
No files found.
src/pages/workbench/fwzc_fwcs.vue
View file @
d3ad8e74
...
@@ -214,7 +214,9 @@
...
@@ -214,7 +214,9 @@
</div>
</div>
</block-radius>
</block-radius>
<block-radius
v-show=
"resultShow"
>
<block-radius
v-show=
"resultShow"
>
<div
v-show=
"(activeBtn == 0 || activeBtn == 4 && zhyyVal == 0) && resSuccess"
>
<div
v-show=
"(activeBtn == 0 || activeBtn == 4 && (zhyyVal == 22 || zhyyVal == 23)) && resSuccess"
>
<div
class=
"sjfw_qqcstx"
>
请求参数信息填写:
</div>
<div
class=
"sjfw_qqcstx"
>
请求参数信息填写:
</div>
<ces-table
<ces-table
ref=
"fwcs_sjfw_qqcs"
ref=
"fwcs_sjfw_qqcs"
...
@@ -258,7 +260,7 @@
...
@@ -258,7 +260,7 @@
headerCellClassName=
"th_pink"
headerCellClassName=
"th_pink"
></ces-table>
></ces-table>
</div>
</div>
<div
v-show=
"(activeBtn == 1 || activeBtn == 4 &&
zhyyVal != 0
) && resSuccess"
>
<div
v-show=
"(activeBtn == 1 || activeBtn == 4 &&
(zhyyVal != 22 || zhyyVal != 23)
) && resSuccess"
>
<div
class=
"skfw_csfwxx"
>
测试服务信息:
</div>
<div
class=
"skfw_csfwxx"
>
测试服务信息:
</div>
<div
class=
"test_succ"
>
<div
class=
"test_succ"
>
<div
class=
"skcs_jg"
>
<div
class=
"skcs_jg"
>
...
@@ -471,10 +473,10 @@ export default {
...
@@ -471,10 +473,10 @@ export default {
skfwQqt
:
"
ArcGIS Server Web
"
,
skfwQqt
:
"
ArcGIS Server Web
"
,
skfwRadios
:
[],
skfwRadios
:
[],
optionsZhyy
:
[
optionsZhyy
:
[
{
label
:
"
模型算法类
"
,
value
:
0
},
{
label
:
"
模型算法类
"
,
value
:
22
},
{
label
:
"
查询验证类
"
,
value
:
1
},
{
label
:
"
查询验证类
"
,
value
:
23
},
{
label
:
"
流程类
"
,
value
:
2
},
{
label
:
"
流程类
"
,
value
:
2
4
},
{
label
:
"
应用类
"
,
value
:
3
}
{
label
:
"
应用类
"
,
value
:
3
4
}
],
],
zhyyVal
:
0
,
zhyyVal
:
0
,
jcxxtx
:
false
,
jcxxtx
:
false
,
...
@@ -672,7 +674,7 @@ export default {
...
@@ -672,7 +674,7 @@ export default {
this
.
clickFwcs
();
this
.
clickFwcs
();
},
},
nextJcxx
()
{
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
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
;
...
...
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