CRM_26-03-10#story#8237,调度app新增未开票批次提醒—徐力雯

This commit is contained in:
2026-03-09 11:15:49 +08:00
parent ca99e068cf
commit aa5b724bed

View File

@@ -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 = '';