fix: 修改分摊明细页面路由跳转逻辑

This commit is contained in:
dj
2025-04-02 00:05:48 +08:00
parent 4dc5ca40ee
commit 9174c09a6b

View File

@@ -396,7 +396,7 @@ const handleSubmit = (instance) => {
if (code === 1000) {
tagsViewStore.delVisitedViews(router.currentRoute.value.path)
router.push({
name: 'Expense/share'
name: 'Share'
})
}
})
@@ -446,7 +446,7 @@ const handleResubmit = (instance) => {
if (code === 1000) {
tagsViewStore.delVisitedViews(router.currentRoute.value.path)
router.push({
name: 'Expense/share'
name: 'Share'
})
}
})