Browse Source

feat: 还原question

sunxiao 8 months ago
parent
commit
959557c073
1 changed files with 1 additions and 1 deletions
  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))