diff --git a/src/components/Catch/Table/index.vue b/src/components/Catch/Table/index.vue index 8c77e327efc643b4e62406d2620c3b71da273cf6..65863aba73d10f0490dbd7ad6c491cfcce6c029c 100644 --- a/src/components/Catch/Table/index.vue +++ b/src/components/Catch/Table/index.vue @@ -51,7 +51,7 @@ { this.source = response.data this.handlePaginateResponse(response) @@ -180,6 +183,11 @@ export default { this.pagination.currentPage = response.current this.pagination.limit = response.limit } + // paginateResponse 之后的处理 + this.showLoading = false + if (this.getParent.afterPaginateResponse !== undefined) { + this.getParent.afterPaginateResponse(response) + } }, // 选择全部 handleSelectMulti(rows) {