From 96b37a65176c260356b28559f678619274ddfee5 Mon Sep 17 00:00:00 2001 From: kagome2014 <5468955+kagome2014@user.noreply.gitee.com> Date: Wed, 16 Dec 2020 02:03:46 +0800 Subject: [PATCH] update ruoyi-admin/src/main/resources/templates/demo/operate/other.html. --- .../src/main/resources/templates/demo/operate/other.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-admin/src/main/resources/templates/demo/operate/other.html b/ruoyi-admin/src/main/resources/templates/demo/operate/other.html index ed0c55bbf..090f081d1 100644 --- a/ruoyi-admin/src/main/resources/templates/demo/operate/other.html +++ b/ruoyi-admin/src/main/resources/templates/demo/operate/other.html @@ -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,