Browse Source

Merge branch 'feature-2.0' into 'master'

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

See merge request crowd-2019/crowd-test-service-front!142
郭超 4 years ago
parent
commit
cf10c1cad8
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 () {