wuhongyu 4 år sedan
förälder
incheckning
ded08ab6cf
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/room/index.vue

+ 1 - 1
src/views/room/index.vue

@@ -77,7 +77,7 @@ export default {
     },
 
     async searchinfo() {
-      let res = await this.roomuserquery((skip = 0), (limit = 100000));
+      let res = await this.roomuserquery({ skip: 0, limit: 100000 });
       console.log(res.data);
       this.$set(this, `clientList`, res.data);
     },