removeStorageSync

This commit is contained in:
shijingjing
2022-11-18 09:48:58 +08:00
parent 23bf504740
commit 2efad97e7d

View File

@@ -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()
})