update ruoyi-admin/src/main/resources/templates/demo/operate/other.html.
This commit is contained in:
parent
78eed9cd56
commit
96b37a6517
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue