Browse Source

Merge branch 'feature-2.0' into 'master'

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

See merge request crowd-2019/crowd-test-service-front!142
郭超 5 năm trước cách đây
mục cha
commit
cf10c1cad8

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

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