guhongwei пре 4 година
родитељ
комит
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);