diff --git a/src/views/games/details/mail.vue b/src/views/games/details/mail.vue
index e0265f1..7610c70 100644
--- a/src/views/games/details/mail.vue
+++ b/src/views/games/details/mail.vue
@@ -9,17 +9,29 @@
新增
+ 从模板新增
{{ switchText }}
批量删除
- {{ batch.txt }}
+ {{ batch.txt }}
@@ -267,6 +279,11 @@
取 消
+ 重置
{
+ console.log('确定')
+ })
+ .catch(() => {
+ this.$message.info('已取消!')
+ })
+ },
save() {
this.validateForm('modalForm')
.then(() => {
@@ -539,6 +596,7 @@ export default {
.then(res => {
this.$message.success('保存成功!')
this.queryMails()
+ this.saveToLocal(this.modalForm)
this.closeModal()
})
.catch(err => {