update ruoyi-admin/src/main/resources/templates/demo/operate/other.html.

This commit is contained in:
kagome2014 2020-12-16 02:03:46 +08:00 committed by Gitee
parent 78eed9cd56
commit 96b37a6517
1 changed files with 1 additions and 1 deletions

View File

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