diff --git a/src/views/project-demand/collection/add.vue b/src/views/project-demand/collection/add.vue index fb996e0..b73264d 100644 --- a/src/views/project-demand/collection/add.vue +++ b/src/views/project-demand/collection/add.vue @@ -214,7 +214,7 @@ const handleSubmit = async (instance) => { ElMessage.success(res.msg) tagsViewStore.delVisitedViews(router.currentRoute.value.path) await router.push({ - path: '/projectdemand/demandcollection' + name: 'Collection' }) } else { ElMessage.error(res.msg) @@ -231,7 +231,7 @@ const handleResubmit = () => { ElMessage.success(res.msg) tagsViewStore.delVisitedViews(router.currentRoute.value.path) router.push({ - path: '/projectdemand/demandcollection' + name: 'Collection' }) } else { ElMessage.error(res.msg) diff --git a/src/views/project-demand/collection/detail.vue b/src/views/project-demand/collection/detail.vue index bbb6157..4bc541f 100644 --- a/src/views/project-demand/collection/detail.vue +++ b/src/views/project-demand/collection/detail.vue @@ -145,7 +145,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) @@ -165,7 +165,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) diff --git a/src/views/project-management/initiation/index.vue b/src/views/project-management/initiation/index.vue index 159b267..c7c865f 100644 --- a/src/views/project-management/initiation/index.vue +++ b/src/views/project-management/initiation/index.vue @@ -165,7 +165,7 @@ const tableConfig = reactive({ } } ], - api: '', + api: '/workflow/mosr/requirement', params: {}, }) diff --git a/src/views/projectdemand/demandcollection/add.vue b/src/views/projectdemand/demandcollection/add.vue index ca7d58d..f29402c 100644 --- a/src/views/projectdemand/demandcollection/add.vue +++ b/src/views/projectdemand/demandcollection/add.vue @@ -214,7 +214,7 @@ const handleSubmit = async (instance) => { ElMessage.success(res.msg) tagsViewStore.delVisitedViews(router.currentRoute.value.path) await router.push({ - path: '/projectdemand/demandcollection' + name: 'Collection' }) } else { ElMessage.error(res.msg) @@ -231,7 +231,7 @@ const handleResubmit = () => { ElMessage.success(res.msg) tagsViewStore.delVisitedViews(router.currentRoute.value.path) router.push({ - path: '/projectdemand/demandcollection' + name: 'Collection' }) } else { ElMessage.error(res.msg) diff --git a/src/views/projectdemand/demandcollection/detail.vue b/src/views/projectdemand/demandcollection/detail.vue index b6437c4..5e1eafc 100644 --- a/src/views/projectdemand/demandcollection/detail.vue +++ b/src/views/projectdemand/demandcollection/detail.vue @@ -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)