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
yangchangjiang
2019-12-11 15:05:51 +0800
Commit
28dc6026eb10778915730b5f65ab51524e4d6a73
1 parent
8425fed2
--task=后台扣点配置 --user=杨长江 更新完配置列表未刷新bug修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web/src/main/webapp/html/orderManage/metaConfig.html
web/src/main/webapp/html/orderManage/metaConfig.html
View file @
28dc602
...
...
@@ -220,7 +220,7 @@
data
=
JSON
.
parse
(
data
);
if
(
data
.
code
==
200
)
{
$
(
div
).
dialog
(
"close"
);
$
(
"#
notice
ListTable"
).
myDatagrid
(
"reload"
);
$
(
"#
config
ListTable"
).
myDatagrid
(
"reload"
);
$
.
messager
.
show
({
title
:
"提示"
,
msg
:
title
+
"成功!"
,
...
...
Please
register
or
login
to post a comment