guhongwei 4 năm trước cách đây
mục cha
commit
7293f6097d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);