fix : 修复功能细节
This commit is contained in:
@@ -147,7 +147,7 @@ const handleSubmit = () => {
|
||||
ElMessage.success(res.msg)
|
||||
tagsViewStore.delVisitedViews(router.currentRoute.value.path)
|
||||
router.push({
|
||||
path: '/projectdemand/demandcollection'
|
||||
name: 'Collection'
|
||||
})
|
||||
} else {
|
||||
ElMessage.error(res.msg)
|
||||
@@ -167,7 +167,7 @@ const handleReject = (instance) => {
|
||||
ElMessage.success(res.msg)
|
||||
tagsViewStore.delVisitedViews(router.currentRoute.value.path)
|
||||
router.push({
|
||||
path: '/projectdemand/demandcollection'
|
||||
name: 'Collection'
|
||||
})
|
||||
} else {
|
||||
ElMessage.error(res.msg)
|
||||
|
||||
Reference in New Issue
Block a user