BUG
This commit is contained in:
@@ -212,7 +212,7 @@ export default {
|
|||||||
...this.formData,
|
...this.formData,
|
||||||
areaId: this.areaIdList.join(','),
|
areaId: this.areaIdList.join(','),
|
||||||
deptList: deptList,
|
deptList: deptList,
|
||||||
messageSource: this.sendType == 1 ? '1' : '2'
|
messageSource: this.sendType == '1' ? '1' : '2'
|
||||||
}
|
}
|
||||||
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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user