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) }