Browse Source

系统管理员审核认证界面取消获取已完成或者已拒绝的认证信息,/api/user/authentication/handled接口

guo00guo 4 years ago
parent
commit
142059b999
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/authen/AuthenticationManage.vue

+ 1 - 1
src/components/authen/AuthenticationManage.vue

@@ -289,7 +289,7 @@
         methods: {
             init () {
                 this.getHandlingAuthList()
-                this.getHandledAuthList()
+                // this.getHandledAuthList()
             },
             //获取所有未认证信息
             getHandlingAuthList () {