From 83c643b08f0f065ad9991ae664b98efc604eded8 Mon Sep 17 00:00:00 2001 From: joshen Date: Sat, 8 Mar 2025 16:57:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=A2=E6=8E=88=E8=AF=BE=E8=AE=B2=E5=B8=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/investigat/InvestigatPage.vue | 3 +++ 1 file changed, 3 insertions(+) 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) {