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
461b4d33
Commit
461b4d33
authored
Mar 25, 2022
by
张洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
9c3895aa
Pipeline
#72691
passed with stage
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
106 additions
and
106 deletions
+106
-106
src/pages/workbench/fwzc_fwcs.vue
src/pages/workbench/fwzc_fwcs.vue
+106
-106
No files found.
src/pages/workbench/fwzc_fwcs.vue
View file @
461b4d33
...
@@ -1528,9 +1528,9 @@ export default {
...
@@ -1528,9 +1528,9 @@ export default {
(
this
.
activeBtn
==
4
&&
(
this
.
zhyyVal
==
22
||
this
.
zhyyVal
==
23
))
(
this
.
activeBtn
==
4
&&
(
this
.
zhyyVal
==
22
||
this
.
zhyyVal
==
23
))
)
{
)
{
if
(
this
.
activeBtn
==
2
||
this
.
activeBtn
==
3
)
{
if
(
this
.
activeBtn
==
2
||
this
.
activeBtn
==
3
)
{
if
(
this
.
jkwds
.
length
==
0
)
{
//
if (this.jkwds.length == 0) {
this
.
$message
.
error
(
"
请上传接口文档
"
);
//
this.$message.error("请上传接口文档");
}
else
{
//
} else {
if
(
if
(
this
.
activeBtn
==
2
||
this
.
activeBtn
==
2
||
(
this
.
activeBtn
==
4
&&
this
.
zhyyVal
==
22
)
(
this
.
activeBtn
==
4
&&
this
.
zhyyVal
==
22
)
...
@@ -1556,7 +1556,7 @@ export default {
...
@@ -1556,7 +1556,7 @@ export default {
}
else
if
(
this
.
responseRules
!=
0
)
{
}
else
if
(
this
.
responseRules
!=
0
)
{
this
.
$message
.
error
(
"
请完善返回参数信息中的字段名称
"
);
this
.
$message
.
error
(
"
请完善返回参数信息中的字段名称
"
);
}
}
}
//
}
}
}
}
else
{
}
else
{
let
requestData
=
this
.
$refs
.
fwcs_sjfw_qqcs
.
getTableData
();
let
requestData
=
this
.
$refs
.
fwcs_sjfw_qqcs
.
getTableData
();
...
@@ -1788,13 +1788,13 @@ export default {
...
@@ -1788,13 +1788,13 @@ export default {
registePt
()
{
registePt
()
{
this
.
$refs
.
form
.
validate
((
valid
)
=>
{
this
.
$refs
.
form
.
validate
((
valid
)
=>
{
if
(
valid
)
{
if
(
valid
)
{
if
(
//
if (
(
this
.
activeBtn
==
0
&&
this
.
jkwds
.
length
==
0
)
||
//
(this.activeBtn == 0 && this.jkwds.length == 0) ||
(
this
.
activeBtn
==
2
&&
this
.
jkwds
.
length
==
0
)
||
//
(this.activeBtn == 2 && this.jkwds.length == 0) ||
(
this
.
activeBtn
==
3
&&
this
.
jkwds
.
length
==
0
)
//
(this.activeBtn == 3 && this.jkwds.length == 0)
)
{
//
) {
this
.
$message
.
error
(
"
请上传接口文档
"
);
//
this.$message.error("请上传接口文档");
}
else
{
//
} else {
if
(
this
.
cover
.
length
!=
0
)
{
if
(
this
.
cover
.
length
!=
0
)
{
let
contentType
=
""
;
let
contentType
=
""
;
if
(
if
(
...
@@ -1874,7 +1874,7 @@ export default {
...
@@ -1874,7 +1874,7 @@ export default {
}
else
{
}
else
{
this
.
$message
.
error
(
"
请上传服务封面
"
);
this
.
$message
.
error
(
"
请上传服务封面
"
);
}
}
}
//
}
}
else
{
}
else
{
this
.
$message
.
error
(
"
请完善服务基本信息
"
);
this
.
$message
.
error
(
"
请完善服务基本信息
"
);
}
}
...
...
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