src/views/evaluate/components/candidateResult.vue
@@ -111,9 +111,11 @@ }, currentChange(currentPage) { this.page.currentPage = currentPage; this.onLoad(this.page) }, sizeChange(pageSize) { this.page.pageSize = pageSize; this.onLoad(this.page) }, refreshChange() { this.onLoad(this.page, this.query);