GuLiMmo
2024-01-23 2e80903f72d58a86cd13c2a24a8d3132d015073e
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);