diff --git a/src/components/SurveyQuestionnaire/index.vue b/src/components/SurveyQuestionnaire/index.vue index 2a9eaa9..3915234 100644 --- a/src/components/SurveyQuestionnaire/index.vue +++ b/src/components/SurveyQuestionnaire/index.vue @@ -32,7 +32,7 @@ const props = defineProps({ const handleCall = () => { const token = getAccessToken(); - navigateTo(props.toolCall.data, { token: token }); + navigateTo(props.toolCall.data || props.toolCall.toolResult, { token: token }); };