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) {