wuhongyu %!s(int64=4) %!d(string=hai) anos
pai
achega
ded08ab6cf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
     },