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: {