diff --git a/src/project/qianxinan/AppCooperationPropaganda/addPropaganda.vue b/src/project/qianxinan/AppCooperationPropaganda/addPropaganda.vue index a3563018..30cbc1bd 100644 --- a/src/project/qianxinan/AppCooperationPropaganda/addPropaganda.vue +++ b/src/project/qianxinan/AppCooperationPropaganda/addPropaganda.vue @@ -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) })