fix: 修改分摊明细页面路由跳转逻辑
This commit is contained in:
@@ -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'
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user