瀏覽代碼

Update index.html

邹景立 3 年之前
父節點
當前提交
bc76f541f8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/admin/view/user/index.html

+ 1 - 1
app/admin/view/user/index.html

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