培训添加发票参数

This commit is contained in:
zlf
2025-09-26 13:23:54 +08:00
parent d1726e3041
commit ec204dc631
+3 -1
View File
@@ -189,7 +189,9 @@ export default {
this.getNotifyList()
},
async getJumpHandler() {
let res = await jumpPage();
let res = await jumpPage({
type: 'invoice'
});
return res
},
getMonth(item) {