From 12a5f15c1f0b7dc575ccab1667200db08f889da6 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 27 Jun 2022 11:53:17 +0800 Subject: [PATCH] 30349 --- src/apps/AppMessageNotification/AppMessageNotification.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/AppMessageNotification/AppMessageNotification.vue b/src/apps/AppMessageNotification/AppMessageNotification.vue index 34a02b06..93c786aa 100644 --- a/src/apps/AppMessageNotification/AppMessageNotification.vue +++ b/src/apps/AppMessageNotification/AppMessageNotification.vue @@ -233,6 +233,7 @@ export default { this.areaId = this.user.areaId this.areaName = this.user.areaName uni.setStorageSync('selectDeptUser', []) + uni.setStorageSync('messageSource', this.form.messageSource) // uni.$on('selectTag', res => { // this.tagIdList = res.tagIdList // this.areaIdList = res.areaIdList