审核人bug

This commit is contained in:
shijingjing
2023-03-10 10:29:16 +08:00
parent edf851505f
commit 0cd6da0272
2 changed files with 8 additions and 2 deletions

View File

@@ -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)
})

View File

@@ -124,7 +124,6 @@ export default {
uni.$emit("pagePicker:custom", [this.selected].flat())
uni.setStorageSync('selectDeptUser', [this.selected].flat())
uni.navigateBack()
},
}
}