diff --git a/src/apps/AppMessageNotification/AppMessageNotification.vue b/src/apps/AppMessageNotification/AppMessageNotification.vue index adbb5dab..c5790ba2 100644 --- a/src/apps/AppMessageNotification/AppMessageNotification.vue +++ b/src/apps/AppMessageNotification/AppMessageNotification.vue @@ -242,6 +242,10 @@ export default { }, onShow() { this.deptUserTagList = uni.getStorageSync('selectDeptUser') + this.form.sendType = uni.getStorageSync('sendType') + if (!this.form.sendType) { + this.form.sendType = '0' + } } }