From fe146c9162e12c9a3e133ddf132a1ac17c8ea797 Mon Sep 17 00:00:00 2001 From: wyx Date: Sat, 25 Feb 2023 22:29:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=AF=84=E4=BC=B0=E9=A2=98=E7=9B=AE?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/survey/SurveyDetail.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/survey/SurveyDetail.vue b/src/views/survey/SurveyDetail.vue index f4ac57d..1b625d0 100644 --- a/src/views/survey/SurveyDetail.vue +++ b/src/views/survey/SurveyDetail.vue @@ -104,7 +104,7 @@
{{ values.singleOptionName }}
- + @@ -132,7 +132,7 @@
{{ values.multipleOptionName }}
- + @@ -347,6 +347,7 @@ const returnclick = () => { router.back(); }; const {nextPage,prevPage,hasPrev, hasNext} = useTaskPage() +const fielPath = ref(import.meta.env.VITE_FILE_PATH); const { data } = useRequest(ASSESSMENT_QUERY(courseId), { id: courseId, type, chapterOrStageId, targetId: infoId ? infoId : 0 }); console.log(data) console.log('我是查询评估的参数', { id: courseId, type, chapterOrStageId, targetId: infoId ? infoId : 0 })