소스 검색

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

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

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

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