注释审核人员缓存
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user