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

@@ -117,7 +117,7 @@ async function handleCancel() {
<div class="h-fulloverflow-y-auto">
<!-- <Alert message="该页面仅为静态页 后期可能会用到!" type="info" /> -->
<iframe
:src="`/workflow/leave-inner?readonly=true&id=${task.businessId}`"
:src="`/workflow/leaveEdit/index/iframe?readonly=true&id=${task.businessId}`"
class="h-[300px] w-full"
></iframe>
<Divider />