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
2b19d9d1
Commit
2b19d9d1
authored
Jun 29, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
服务测试+infolist改错了
parent
4f62d9e6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
14 deletions
+22
-14
src/components/infoList.vue
src/components/infoList.vue
+1
-1
src/pages/workbench/fwzc_fwcs.vue
src/pages/workbench/fwzc_fwcs.vue
+21
-13
No files found.
src/components/infoList.vue
View file @
2b19d9d1
...
...
@@ -10,7 +10,7 @@
访问地址:
<a
:href=
"item.info"
target=
"_blank"
>
{{
item
.
info
}}
</a>
</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
v-if=
"item.type && item.type == 'down'"
class=
"filebtn"
...
...
src/pages/workbench/fwzc_fwcs.vue
View file @
2b19d9d1
...
...
@@ -620,7 +620,9 @@ export default {
if
(
this
.
activeZh
==
1
)
{
contentType
=
this
.
zhfwQqt
;
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
"
)
{
let
request
=
this
.
$refs
.
fwcs_zhfw_qq_form
.
getTableData
().
concat
();
request
.
pop
();
...
...
@@ -670,6 +672,7 @@ export default {
this
.
clickFwcs
();
},
nextJcxx
()
{
if
(
activeBtn
==
0
||
(
activeBtn
==
4
&&
zhyyVal
==
0
))
{
let
requestData
=
this
.
$refs
.
fwcs_sjfw_qqcs
.
getTableData
();
let
responseData
=
this
.
$refs
.
fwcs_sjfw_fhcs
.
getTableData
();
this
.
requestRules
=
0
;
...
...
@@ -686,6 +689,12 @@ export default {
}
else
if
(
this
.
responseRules
!=
0
)
{
this
.
$message
.
error
(
"
请完善返回参数信息中的字段名称
"
);
}
}
else
{
this
.
request_fields
=
requestData
;
this
.
response_fields
=
responseData
;
this
.
jcxxtx
=
true
;
this
.
getOrganization
();
}
},
checkTable
(
arr
,
rule
)
{
let
self
=
this
;
...
...
@@ -736,7 +745,6 @@ export default {
}
else
if
(
this
.
activeBtn
==
4
)
{
if
(
this
.
activeZh
==
1
)
{
contentType
=
this
.
zhfwQqt
;
}
}
let
query
=
{
...
...
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