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);