From b44bb6bda21985d47d3b99f14173233563584a09 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 15 Jun 2022 17:26:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppMessageNotification.vue | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/project/police/AppMessageNotification/AppMessageNotification.vue b/src/project/police/AppMessageNotification/AppMessageNotification.vue index d6ce89d7..cea40045 100644 --- a/src/project/police/AppMessageNotification/AppMessageNotification.vue +++ b/src/project/police/AppMessageNotification/AppMessageNotification.vue @@ -233,15 +233,16 @@ export default { this.$http.post("/app/pushmessage/addOrUpdate", params).then(res => { if (res?.code == 0) { this.$u.toast('发送成功') - this.form = { - content: '', - contentType: 'text', - sendType: '0', - sendTime: '' - } - this.areaIdList = [] - this.tagIdList = [] - this.formDataInit() + this.back() + // this.form = { + // content: '', + // contentType: 'text', + // sendType: '0', + // sendTime: '' + // } + // this.areaIdList = [] + // this.tagIdList = [] + // this.formDataInit() }else { this.$u.toast(res.msg) }