From 166de63a8274b82013f1b78a1c841530e02c3e90 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 3 Mar 2023 16:06:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=BC=81=E5=BE=AE=E9=80=89?= =?UTF-8?q?=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../addPropaganda.vue | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue b/src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue index f3e468a4..ff0349b2 100644 --- a/src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue +++ b/src/project/huizhili/AppCooperationPropaganda/addPropaganda.vue @@ -62,10 +62,6 @@ 请选择 -
定时发送
@@ -549,26 +545,6 @@ export default { uni.removeStorageSync('selectDeptUser') }, - getDeptUser() { - this.selectEnterpriseContact({ - fromDepartmentId: 0, - mode: "multi", - type: ["user"], - selectedUserIds: this.form.examines?.map(e => e.id) - }).then((res)=>{ - if(res?.userList) { - this.form.examines = res.userList.map(e=> { - return { - ...e, - examineUserId: e.id, - examineUserName: e.name - } - }) - } - }).catch((err) => { - this.$u.toast(err) - }) - } }, watch: { type: {