Update index.html

This commit is contained in:
邹景立 2022-03-18 22:43:43 +08:00
parent 03180d64ef
commit bc76f541f8

View File

@ -73,7 +73,7 @@
$.form.load("{:url('state')}", data, 'post', function (ret) { $.form.load("{:url('state')}", data, 'post', function (ret) {
if (ret.code < 1) $.msg.error(ret.info, 3, function () { if (ret.code < 1) $.msg.error(ret.info, 3, function () {
$('#UserTable').trigger('reload'); $('#UserTable').trigger('reload');
}); }); else $('#UserTable').trigger('reload')
return false; return false;
}, false); }, false);
}); });