feat: 添加暂存成功提醒 (#2031)
This commit is contained in:
parent
b916c7951b
commit
be0e4e97f7
|
|
@ -1566,6 +1566,7 @@
|
|||
|
||||
const catchData = () => {
|
||||
window.sessionStorage.setItem('autoCode', JSON.stringify(form.value))
|
||||
ElMessage.success('暂存成功')
|
||||
}
|
||||
|
||||
const getCatch = () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue