From feeb88c16aaf3371e70e1f405fb00a3a1320ca4f Mon Sep 17 00:00:00 2001 From: zhl Date: Tue, 21 Jul 2020 10:28:06 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E4=BB=B6=E7=BC=96=E8=BE=91=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E4=BF=9D=E5=AD=98=E6=9C=AC=E5=9C=B0=E7=BC=93=E5=AD=98?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/games/details/mail.vue | 70 +++++++++++++++++++++++++++++--- 1 file changed, 64 insertions(+), 6 deletions(-) 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 => {