注释审核人员缓存

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