Browse Source

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

guo00guo 5 năm trước cách đây
mục cha
commit
142059b999
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 () {