Explorar el Código

Update index.html

邹景立 hace 3 años
padre
commit
bc76f541f8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
         });