|
@@ -31,7 +31,7 @@ import Cookies from 'js-cookie'
|
|
|
export default {
|
|
|
data () {
|
|
|
return {
|
|
|
- pageNum: 1,
|
|
|
+ pageNum: 0,
|
|
|
pageSize: 10,
|
|
|
roomId: '',
|
|
|
refreshing: false,
|
|
@@ -111,8 +111,8 @@ export default {
|
|
|
this.roomId = Cookies.get("selectedRoomId");
|
|
|
}
|
|
|
|
|
|
- this.refreshing = true;
|
|
|
- this.onRefresh();
|
|
|
+ //this.refreshing = true;
|
|
|
+ //this.onRefresh();
|
|
|
}
|
|
|
};
|
|
|
</script>
|