소스 검색

一些功能

Kirin 4 년 전
부모
커밋
b9d38d985a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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){