diff --git a/src/apps/AppMessageNotification/AppMessageNotification.vue b/src/apps/AppMessageNotification/AppMessageNotification.vue index 2b606618..34a02b06 100644 --- a/src/apps/AppMessageNotification/AppMessageNotification.vue +++ b/src/apps/AppMessageNotification/AppMessageNotification.vue @@ -230,9 +230,9 @@ export default { } }, created() { - uni.setStorageSync('sendType', this.form.sendType) this.areaId = this.user.areaId this.areaName = this.user.areaName + uni.setStorageSync('selectDeptUser', []) // uni.$on('selectTag', res => { // this.tagIdList = res.tagIdList // this.areaIdList = res.areaIdList