From 3deec865337b0744ef29a897d815b0b9fab61ec1 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 13 Jun 2023 10:39:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=89=B9=E4=BA=BAid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppCooperationPropaganda/addPropaganda.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/project/qianxinan/AppCooperationPropaganda/addPropaganda.vue b/src/project/qianxinan/AppCooperationPropaganda/addPropaganda.vue index e00eb8ab..1088ee4c 100644 --- a/src/project/qianxinan/AppCooperationPropaganda/addPropaganda.vue +++ b/src/project/qianxinan/AppCooperationPropaganda/addPropaganda.vue @@ -745,13 +745,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) })