审批人id

This commit is contained in:
liuye
2023-06-13 10:39:34 +08:00
parent 14c8d6f062
commit 3deec86533

View File

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