Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
mali
5 years ago
Commit
8a8ed59e504c6e0f7b2323062d705c2e7d98d897
1 parent
f455f0ef
1.创建商品时,若“展示平台”忘记勾选,提交后弹窗,后续再提交无反应
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
web/src/main/webapp/html/product/productEdit.html
web/src/main/webapp/html/product/productEdit.html
View file @
8a8ed59
...
...
@@ -1009,6 +1009,7 @@
if
(
showChannel
.
length
<=
0
)
{
$
.
messager
.
alert
(
'操作提示'
,
'请选择展示平台!'
);
that
.
submitFlag
=
false
;
return
false
;
}
...
...
Please
register
or
login
to post a comment