From f243282e7fbb6107c83b68c7a6410617ca94086d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=BB=95=E4=BC=9F?= <499672082@qq.com> Date: Sun, 26 Jun 2022 13:06:13 +0800 Subject: [PATCH] BUG --- src/apps/AppMessageNotification/AppMessageNotification.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {