Merge pull request 'fix: 修改分摊明细页面路由跳转逻辑' (#962) from master into dj

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/962
This commit is contained in:
2025-04-01 16:06:24 +00:00

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'
})
}
})