协同宣发

This commit is contained in:
shijingjing
2022-09-09 16:55:42 +08:00
parent 598a656192
commit 7945028589
5 changed files with 246 additions and 102 deletions

View File

@@ -135,6 +135,16 @@ 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')
this.getList()
},
toDetail(item) {
uni.navigateTo({url: `./cooperationDetail?id=${item.id}&time=${item.createTime}`})