diff --git a/src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue b/src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue index dcb07445..f3e468a4 100644 --- a/src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue +++ b/src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue @@ -643,11 +643,15 @@ export default { // 时间 this.startTime = uni.getStorageSync('startTime') this.endTime = uni.getStorageSync('endTime') - if(this.enableExamine==1) { - this.form.examines = uni.setStorageSync('selectDeptUser') - } - - + uni.$on("pagePicker:custom", ()=> { + this.form.examines = uni.getStorageSync('selectDeptUser').map(e=> { + return { + ...e, + examineUserId: e.id, + examineUserName: e.name + } + }) + }) } } diff --git a/src/project/huizhili/AppCooperationPropaganda/selectDeptUser.vue b/src/project/huizhili/AppCooperationPropaganda/selectDeptUser.vue index f79b42f4..504831f0 100644 --- a/src/project/huizhili/AppCooperationPropaganda/selectDeptUser.vue +++ b/src/project/huizhili/AppCooperationPropaganda/selectDeptUser.vue @@ -38,7 +38,7 @@