选择审核人
This commit is contained in:
@@ -643,11 +643,15 @@ export default {
|
||||
// 时间
|
||||
this.startTime = uni.getStorageSync('startTime')
|
||||
this.endTime = uni.getStorageSync('endTime')
|
||||
if(this.enableExamine==1) {
|
||||
this.form.examines = uni.setStorageSync('selectDeptUser')
|
||||
}
|
||||
|
||||
|
||||
uni.$on("pagePicker:custom", ()=> {
|
||||
this.form.examines = uni.getStorageSync('selectDeptUser').map(e=> {
|
||||
return {
|
||||
...e,
|
||||
examineUserId: e.id,
|
||||
examineUserName: e.name
|
||||
}
|
||||
})
|
||||
})
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user