Explorar el Código

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

TIANYONG hace 1 semana
padre
commit
047ba43f10
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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,
         }
       });
     }