guhongwei 4 lat temu
rodzic
commit
4f924d353c
1 zmienionych plików z 1 dodań i 1 usunięć
  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);