注释审核人员缓存

This commit is contained in:
liuye
2023-06-12 17:10:58 +08:00
parent c4fd2fdfcf
commit 147c780d20

View File

@@ -678,6 +678,7 @@ export default {
onLoad(o) {
this.type = o.type;
document.title = this.type=='ResidentsGroup'? "群发居民群": this.type=='Residents'? "群发居民": "群发朋友圈"
},
onShow() {
this.form.wxGroups = uni.getStorageSync('wxGroupsUser') || []
@@ -740,13 +741,13 @@ export default {
}
})
})
this.form.examines = uni.getStorageSync('selectDeptUser')?.map(e => {
return {
...e,
examineUserId: e.id,
examineUserName: e.name
}
})
// this.form.examines = uni.getStorageSync('selectDeptUser')?.map(e => {
// return {
// ...e,
// examineUserId: e.id,
// examineUserName: e.name
// }
// })
uni.$on("fodder",()=> {
this.checkedList = uni.getStorageSync('checkedList').filter(i => i.type != 0)
})