From ec204dc6310d73d4afecfe7f5aac8e4edd34d0c6 Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Fri, 26 Sep 2025 11:05:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=B9=E8=AE=AD=E6=B7=BB=E5=8A=A0=E5=8F=91?= =?UTF-8?q?=E7=A5=A8=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/invoicingNotify.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/index/invoicingNotify.vue b/src/views/index/invoicingNotify.vue index 69c64710..d756a4a1 100644 --- a/src/views/index/invoicingNotify.vue +++ b/src/views/index/invoicingNotify.vue @@ -189,7 +189,9 @@ export default { this.getNotifyList() }, async getJumpHandler() { - let res = await jumpPage(); + let res = await jumpPage({ + type: 'invoice' + }); return res }, getMonth(item) {