审核人bug
This commit is contained in:
@@ -586,7 +586,7 @@ export default {
|
|||||||
this.form.enableExamine = 0
|
this.form.enableExamine = 0
|
||||||
this.forms.enableExamine = 0
|
this.forms.enableExamine = 0
|
||||||
this.form.examines = []
|
this.form.examines = []
|
||||||
this.form.examines = []
|
this.forms.examines = []
|
||||||
}
|
}
|
||||||
|
|
||||||
if(this.isTimedTask) { // 发送类型,0:立即发送、1:定时发送
|
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",()=> {
|
uni.$on("fodder",()=> {
|
||||||
this.checkedList = uni.getStorageSync('checkedList').filter(i => i.type != 0)
|
this.checkedList = uni.getStorageSync('checkedList').filter(i => i.type != 0)
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -124,7 +124,6 @@ export default {
|
|||||||
uni.$emit("pagePicker:custom", [this.selected].flat())
|
uni.$emit("pagePicker:custom", [this.selected].flat())
|
||||||
uni.setStorageSync('selectDeptUser', [this.selected].flat())
|
uni.setStorageSync('selectDeptUser', [this.selected].flat())
|
||||||
uni.navigateBack()
|
uni.navigateBack()
|
||||||
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user