fix: 点击应用后不关闭窗口,方便确认数据已保存

This commit is contained in:
2026-07-16 06:34:12 +08:00
parent aa5f9b2999
commit 7bd49453a2
+1 -2
View File
@@ -90,8 +90,7 @@ async function handleSave() {
questions: JSON.parse(JSON.stringify(questions.value)),
currentIndex: 0
})
ElMessage.success('评分标准已应用')
handleClose()
ElMessage.success('评分标准已保存')
} catch (err) {
ElMessage.error('保存失败:' + (err as Error).message)
}