This commit is contained in:
刘仕伟
2022-06-26 13:06:13 +08:00
parent 37ebac2278
commit f243282e7f

View File

@@ -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) {