diff --git a/src/project/huizhili/AppCooperationPropaganda/AppCooperationPropagandaBeta.vue b/src/project/huizhili/AppCooperationPropaganda/AppCooperationPropagandaBeta.vue index 78bd03f3..2aeb32af 100644 --- a/src/project/huizhili/AppCooperationPropaganda/AppCooperationPropagandaBeta.vue +++ b/src/project/huizhili/AppCooperationPropaganda/AppCooperationPropagandaBeta.vue @@ -135,15 +135,15 @@ export default { tabClick(item,index) { this.tabIndex = index; this.sendType = item.value - uni.clearStorageSync('userSelect') - uni.clearStorageSync('wxGroupsUser') - uni.clearStorageSync('girdSelect') - uni.clearStorageSync('deptList') - uni.clearStorageSync('sendScope') - uni.clearStorageSync('ResidentTags') - uni.clearStorageSync('ResidentTagsRemove') - uni.clearStorageSync('circleTags') - uni.clearStorageSync('circleTagsRemove') + uni.removeStorageSync('userSelect') + uni.removeStorageSync('wxGroupsUser') + uni.removeStorageSync('girdSelect') + uni.removeStorageSync('deptList') + uni.removeStorageSync('sendScope') + uni.removeStorageSync('ResidentTags') + uni.removeStorageSync('ResidentTagsRemove') + uni.removeStorageSync('circleTags') + uni.removeStorageSync('circleTagsRemove') this.$dict.load('mstStatus').then(() => { this.getList() })