新版交互调整

This commit is contained in:
2026-06-24 19:03:41 +08:00
parent 065553f53e
commit 8143a89dab
37 changed files with 4929 additions and 4409 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ async function handleAiPolish() {
})
try {
const res = await polishDiagnosisIssue(issueId, content)
const res = await polishDiagnosisIssue(content)
if (res.code === 0 && res.data?.content) {
polishResult.value = res.data.content
ElMessage.success('润色完成')