From 239b69ceb20a29fa452b62e82733fea2647ce2b0 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 27 Jun 2022 10:40:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E9=83=A8=E9=97=A8=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppMessageNotification/AppMessageNotification.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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