chore: 修改请假demo路径

This commit is contained in:
dap
2024-12-16 16:10:06 +08:00
parent d7d3186ef0
commit 5e5f4fbb97
3 changed files with 5 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ const [LeaveModal, modalApi] = useVbenModal({
const router = useRouter();
function handleAdd() {
router.push('/workflow/leave');
router.push('/workflow/leaveEdit/index');
}
async function handleEdit(row: Required<LeaveForm>) {