guhongwei 5 年之前
父節點
當前提交
7293f6097d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/adminCenter/user/parts/userlist.vue

+ 1 - 1
src/views/adminCenter/user/parts/userlist.vue

@@ -48,7 +48,7 @@ export default {
     ...user(['query', 'delete', 'update']),
     ...exportuser({ exportuserQuery: 'query' }),
     async search() {
-      if (this.user.code.length == 3) {
+      if (this.user.code == 'JLCJGLY') {
         const res = await this.query({ limit: '1000' });
         const resTwo = await this.exportuserQuery({ limit: '1000' });
         var newData = res.data.concat(resTwo.data);