From f3c3e55b5ed8a682d7bad139cb5aefbb69dffb87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=BB=95=E4=BC=9F?= <499672082@qq.com> Date: Sun, 26 Jun 2022 13:16:59 +0800 Subject: [PATCH] bug --- src/apps/AppMessageNotification/AppMessageNotification.vue | 4 ++++ 1 file changed, 4 insertions(+) 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' + } } }