From 660af6cc74e12d1edc66ec87da4cce2519fcb647 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 28 Jun 2022 10:58:34 +0800 Subject: [PATCH] bug30379 --- 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 555123a6..798eb36c 100644 --- a/src/apps/AppMessageNotification/AppMessageNotification.vue +++ b/src/apps/AppMessageNotification/AppMessageNotification.vue @@ -151,6 +151,7 @@ export default { uni.setStorageSync('messageSource', e) this.deptUserTagList = [] this.deptUserList = [] + uni.setStorageSync('selectDeptUser', []) }, toSelect() { uni.navigateTo({url: `./SelectUser?tagIdList=${this.tagIdList}&areaList=${this.areaIdList}`})