feat: 添加暂存成功提醒 (#2031)

This commit is contained in:
hzbnb~
2025-05-28 15:49:45 +08:00
committed by GitHub
parent b916c7951b
commit be0e4e97f7

View File

@@ -1566,6 +1566,7 @@
const catchData = () => {
window.sessionStorage.setItem('autoCode', JSON.stringify(form.value))
ElMessage.success('暂存成功')
}
const getCatch = () => {