消息推送
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user