清除发送范围,审批人缓存

This commit is contained in:
liuye
2023-06-13 10:29:12 +08:00
parent 215537689f
commit 14c8d6f062

View File

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