diff --git a/src/apps/AppMessageNotification/AppMessageNotification.vue b/src/apps/AppMessageNotification/AppMessageNotification.vue index 4a3fae5d..adbb5dab 100644 --- a/src/apps/AppMessageNotification/AppMessageNotification.vue +++ b/src/apps/AppMessageNotification/AppMessageNotification.vue @@ -212,7 +212,7 @@ export default { ...this.formData, areaId: this.areaIdList.join(','), deptList: deptList, - messageSource: this.sendType == 1 ? '1' : '2' + messageSource: this.sendType == '1' ? '1' : '2' } this.$http.post("/app/pushmessage/addOrUpdate", params).then(res => { if (res?.code == 0) {