From aa5b724bedd584e3eda02e55219a1a5884dd442c Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Mon, 9 Mar 2026 11:15:49 +0800 Subject: [PATCH] =?UTF-8?q?CRM=5F26-03-10#story#8237,=E8=B0=83=E5=BA=A6app?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9C=AA=E5=BC=80=E7=A5=A8=E6=89=B9=E6=AC=A1?= =?UTF-8?q?=E6=8F=90=E9=86=92=E2=80=94=E5=BE=90=E5=8A=9B=E9=9B=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/invoicingNotify.vue | 5 +++++ 1 file changed, 5 insertions(+) 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 = '';