diff --git a/pages/notice/report-list.vue b/pages/notice/report-list.vue index e63aeba..401aab3 100644 --- a/pages/notice/report-list.vue +++ b/pages/notice/report-list.vue @@ -214,7 +214,7 @@ * 上滑加载数据 */ onReachBottomCus() { - let quertData = {} + let queryData = {} if (this.menuIndex == 0) { queryData = this.waitingParams } else if (this.menuIndex == 1) { @@ -234,7 +234,7 @@ * 下拉刷新数据 */ onRefresherrefresh() { - let quertData = {} + let queryData = {} if (this.menuIndex == 0) { queryData = this.waitingParams } else if (this.menuIndex == 1) {