消息推送

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