Skip to content

Commit be0e4e9

Browse files
authored
feat: 添加暂存成功提醒 (#2031)
1 parent b916c79 commit be0e4e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/view/systemTools/autoCode/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,6 +1566,7 @@
15661566
15671567
const catchData = () => {
15681568
window.sessionStorage.setItem('autoCode', JSON.stringify(form.value))
1569+
ElMessage.success('暂存成功')
15691570
}
15701571
15711572
const getCatch = () => {

0 commit comments

Comments
 (0)