增强办公,新增审批,缺少电子签章功能
This commit is contained in:
@@ -42,7 +42,7 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
submitLeave(payload) { return addLeaveReq(payload) }
|
||||
submitLeave(payload) { return addLeaveReq({ ...payload, status: 'pending', bizType: 'leave' }) }
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user