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