diff --git a/src/views/index/invoicingNotify.vue b/src/views/index/invoicingNotify.vue index 1024cb9d..cd292253 100644 --- a/src/views/index/invoicingNotify.vue +++ b/src/views/index/invoicingNotify.vue @@ -153,12 +153,17 @@ export default { if (this.notifyList.length >= this.total) { this.finished = true; } + } else { + // 未开票不需要分页,直接标记加载完成 + this.loading = false; + this.finished = true; } }, async changeTabHandler() { this.pageNum = 1; this.notifyList = []; this.checkList = []; + this.finished = false; if (this.active == 1) { // 全部, 需要分页 this.status = ''; this.dispatchAppSearchInvoiced = '';