diff --git a/src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue b/src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue index bdd24dd1..00ee39bb 100644 --- a/src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue +++ b/src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue @@ -586,7 +586,7 @@ export default { this.form.enableExamine = 0 this.forms.enableExamine = 0 this.form.examines = [] - this.form.examines = [] + this.forms.examines = [] } if(this.isTimedTask) { // 发送类型,0:立即发送、1:定时发送 @@ -740,6 +740,13 @@ export default { } }) }) + 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) }) diff --git a/src/project/huizhili/AppCooperationPropaganda/selectDeptUser.vue b/src/project/huizhili/AppCooperationPropaganda/selectDeptUser.vue index 1d686054..79031964 100644 --- a/src/project/huizhili/AppCooperationPropaganda/selectDeptUser.vue +++ b/src/project/huizhili/AppCooperationPropaganda/selectDeptUser.vue @@ -124,7 +124,6 @@ export default { uni.$emit("pagePicker:custom", [this.selected].flat()) uni.setStorageSync('selectDeptUser', [this.selected].flat()) uni.navigateBack() - }, } }