remove 删除 bpmn.js 设计器

This commit is contained in:
疯狂的狮子Li 2024-12-11 16:29:18 +08:00
parent f5415e80d6
commit 198a5e1f30

View File

@ -89,7 +89,7 @@
<script setup name="Leave" lang="ts">
import { delLeave, listLeave } from '@/api/workflow/leave';
import { cancelProcessApply } from 'src/api/workflow/instance';
import { cancelProcessApply } from '@/api/workflow/instance';
import { LeaveForm, LeaveQuery, LeaveVO } from '@/api/workflow/leave/types';
const { proxy } = getCurrentInstance() as ComponentInternalInstance;