Parcourir la source

feat: 还原question

sunxiao il y a 8 mois
Parent
commit
959557c073
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/work/WorkView.vue

+ 1 - 1
src/views/work/WorkView.vue

@@ -78,7 +78,7 @@ const onRegenerate = async ({ question, realQuestion }) => {
     data: {
       sessionId,
       showVal: question,
-      question: activeItem.value.prompt,
+      question: question,
       module: 2,
       tools: activeItem.value.tools,
       isStrong: Number(unref(switchActive))