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

This commit is contained in:
hzbnb~ 2025-05-28 15:49:45 +08:00 committed by GitHub
parent b916c7951b
commit be0e4e97f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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