Explorar el Código

feat: 重定向传参修改

TIANYONG hace 5 meses
padre
commit
fc87e614ed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
         }
       });
     }