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 })