加班管理

This commit is contained in:
XaoLi717 2024-11-07 18:59:48 +08:00
parent d8f08072c5
commit ada57beec5

View File

@ -120,7 +120,7 @@ const formData = ref({
type: undefined,
startDate: undefined,
endDate: undefined,
duration: number | null,
duration: 0,
reason: undefined,
status: undefined,
processInstanceId: undefined,