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}`})