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') || []