审批人id
This commit is contained in:
@@ -745,13 +745,13 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
// this.form.examines = uni.getStorageSync('selectDeptUser')?.map(e => {
|
this.form.examines = uni.getStorageSync('selectDeptUser')?.map(e => {
|
||||||
// return {
|
return {
|
||||||
// ...e,
|
...e,
|
||||||
// examineUserId: e.id,
|
examineUserId: e.id,
|
||||||
// examineUserName: e.name
|
examineUserName: e.name
|
||||||
// }
|
}
|
||||||
// })
|
})
|
||||||
uni.$on("fodder",()=> {
|
uni.$on("fodder",()=> {
|
||||||
this.checkedList = uni.getStorageSync('checkedList').filter(i => i.type != 0)
|
this.checkedList = uni.getStorageSync('checkedList').filter(i => i.type != 0)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user