Browse Source

一些功能

Kirin 4 years ago
parent
commit
b9d38d985a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/view/setting/system_admin/index.php

+ 1 - 1
app/admin/view/setting/system_admin/index.php

@@ -133,7 +133,7 @@
                 console.log(res);
                 if(res.status == 200 && res.data.code == 200) {
                     $eb.$swal('success',res.data.msg);
-                    _this.parents('tr').remove();
+                    // _this.parents('tr').remove();
                 }else
                     return Promise.reject(res.data.msg || '解绑失败')
             }).catch(function(err){