From 14c8d6f06278fc7f9549776ea525584702cced84 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 13 Jun 2023 10:29:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E9=99=A4=E5=8F=91=E9=80=81=E8=8C=83?= =?UTF-8?q?=E5=9B=B4=EF=BC=8C=E5=AE=A1=E6=89=B9=E4=BA=BA=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../qianxinan/AppCooperationPropaganda/addPropaganda.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/project/qianxinan/AppCooperationPropaganda/addPropaganda.vue b/src/project/qianxinan/AppCooperationPropaganda/addPropaganda.vue index 30cbc1bd..e00eb8ab 100644 --- a/src/project/qianxinan/AppCooperationPropaganda/addPropaganda.vue +++ b/src/project/qianxinan/AppCooperationPropaganda/addPropaganda.vue @@ -679,6 +679,10 @@ export default { this.type = o.type; document.title = this.type=='ResidentsGroup'? "群发居民群": this.type=='Residents'? "群发居民": "群发朋友圈" + //清除发送范围,审批人缓存 + uni.setStorageSync('sendScope', []) + uni.setStorageSync('wxGroupsUser', []) + uni.setStorageSync('selectDeptUser', []) }, onShow() { this.form.wxGroups = uni.getStorageSync('wxGroupsUser') || []