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