From a22ca830dacf570cb1b5556f4e46deab8004b206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E4=B8=BD=E5=90=9B?= <664953382@qq.com> Date: Wed, 23 Dec 2020 14:19:31 +0800 Subject: [PATCH] =?UTF-8?q?topic=E7=AE=A1=E7=90=86=E6=9D=83=E9=99=90,?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E9=A1=B9=E7=9B=AE=E9=87=8C=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8E=A5=E5=8F=A3=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/topic/topicList/index.vue | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/views/topic/topicList/index.vue b/src/views/topic/topicList/index.vue index fc509fd..702cd53 100644 --- a/src/views/topic/topicList/index.vue +++ b/src/views/topic/topicList/index.vue @@ -18,8 +18,8 @@ - 增加 - 批量删除 + 增加 + 批量删除 @@ -36,9 +36,9 @@ @@ -60,7 +60,7 @@ @@ -83,7 +83,7 @@ @@ -238,6 +238,7 @@ export default { submit () { add(this.form).then(res => { this.open = false; + this.msgSuccess("操作成功"); this.getList() }) },