Pre Merge pull request !243 from kagome2014/N/A

This commit is contained in:
kagome2014 2020-12-16 10:08:03 +08:00 committed by Gitee
commit 291cb21223
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
data: $('#form-demo-2').serialize(), data: $('#form-demo-2').serialize(),
type: "post", type: "post",
success: function(result) { success: function(result) {
if (result.code == 0) { if (result.code == web_status.SUCCESS) {
layer.msg("保存成功,正在刷新数据请稍后……", { layer.msg("保存成功,正在刷新数据请稍后……", {
icon: 1, icon: 1,
time: 500, time: 500,