소스 검색

Merge branch 'feature-2025-1-10' into online

TIANYONG 5 달 전
부모
커밋
a8c609c228
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/fill-questionnaire/index.tsx

+ 1 - 1
src/views/fill-questionnaire/index.tsx

@@ -229,7 +229,7 @@ export default defineComponent({
       router.push({
         path: '/intention-questionnaire',
         query: {
-          meetingType: route.query.meetingType
+          type: route.query.meetingType
         }
       });
     }