审批人id
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user