消息推送

This commit is contained in:
liuye
2022-06-15 17:26:00 +08:00
parent 7e41a1064d
commit b44bb6bda2

View File

@@ -233,15 +233,16 @@ export default {
this.$http.post("/app/pushmessage/addOrUpdate", params).then(res => { this.$http.post("/app/pushmessage/addOrUpdate", params).then(res => {
if (res?.code == 0) { if (res?.code == 0) {
this.$u.toast('发送成功') this.$u.toast('发送成功')
this.form = { this.back()
content: '', // this.form = {
contentType: 'text', // content: '',
sendType: '0', // contentType: 'text',
sendTime: '' // sendType: '0',
} // sendTime: ''
this.areaIdList = [] // }
this.tagIdList = [] // this.areaIdList = []
this.formDataInit() // this.tagIdList = []
// this.formDataInit()
}else { }else {
this.$u.toast(res.msg) this.$u.toast(res.msg)
} }