Commit 10c89cc7 authored by 孙灵跃 Leon Sun's avatar 孙灵跃 Leon Sun

#9953

parent 4d7b7dcf
......@@ -223,7 +223,11 @@ export default {
},
handleClose(){
console.log('handleClose')
await this.$confirm('此操作将会丢失您的编辑内容, 是否继续?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
})
manualCancel()
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment