From 0cd6da0272b4bf1122b4c37beffe4a9819477793 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 10 Mar 2023 10:29:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E4=BA=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../huizhili/AppCooperationPropaganda/addPropaganda.vue | 9 ++++++++- .../huizhili/AppCooperationPropaganda/selectDeptUser.vue | 1 - 2 files changed, 8 insertions(+), 2 deletions(-) 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() - }, } }