diff --git a/src/views/investigat/InvestigatPage.vue b/src/views/investigat/InvestigatPage.vue index fb84455..13b27ca 100644 --- a/src/views/investigat/InvestigatPage.vue +++ b/src/views/investigat/InvestigatPage.vue @@ -339,6 +339,9 @@ const { data } = useRequest( if (res.code === 7) { router.push({ path: "/loseefficacy", + query: { + msg: res.message, + } }); } else { if (res.code === 6) {