guhongwei 4 年之前
父節點
當前提交
4f924d353c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);