清除发送范围,审批人缓存
This commit is contained in:
@@ -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') || []
|
||||
|
||||
Reference in New Issue
Block a user