guhongwei %!s(int64=4) %!d(string=hai) anos
pai
achega
4f924d353c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/superAdminCenter/user/index.vue

+ 1 - 1
src/views/superAdminCenter/user/index.vue

@@ -220,7 +220,7 @@ export default {
     ...users(['create', 'query', 'update', 'delete', 'userquery']),
     ...expertsuser({ exportuserFetch: 'fetch', exportuserCreate: 'create', exportuserUpdate: 'update' }),
     async search({ skip = 0, limit = 10, pid = '', ...info } = {}) {
-      if (this.user.code.length == 3) {
+      if (this.user.code == 'JLCJGLY') {
         const res = await this.userquery({ skip, limit, ...info });
         if (this.$checkRes(res)) {
           this.$set(this, `list`, res.data);