From 0976619da6f0bb3ee37cea0b1e5bb6d71b8f4330 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:23:11 +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 c5790ba2..0f56cae5 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.form.sendType == '1' ? '1' : '2' } this.$http.post("/app/pushmessage/addOrUpdate", params).then(res => { if (res?.code == 0) {