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) { tabClick(item,index) {
this.tabIndex = index; this.tabIndex = index;
this.sendType = item.value this.sendType = item.value
uni.clearStorageSync('userSelect') uni.removeStorageSync('userSelect')
uni.clearStorageSync('wxGroupsUser') uni.removeStorageSync('wxGroupsUser')
uni.clearStorageSync('girdSelect') uni.removeStorageSync('girdSelect')
uni.clearStorageSync('deptList') uni.removeStorageSync('deptList')
uni.clearStorageSync('sendScope') uni.removeStorageSync('sendScope')
uni.clearStorageSync('ResidentTags') uni.removeStorageSync('ResidentTags')
uni.clearStorageSync('ResidentTagsRemove') uni.removeStorageSync('ResidentTagsRemove')
uni.clearStorageSync('circleTags') uni.removeStorageSync('circleTags')
uni.clearStorageSync('circleTagsRemove') uni.removeStorageSync('circleTagsRemove')
this.$dict.load('mstStatus').then(() => { this.$dict.load('mstStatus').then(() => {
this.getList() this.getList()
}) })