refactor(workflow): 移除工作流相关代码和文件

移除工作流模块的前端代码,包括API接口、路由配置、组件和页面视图
删除与工作流相关的表单、分类、任务、模型等API调用和页面逻辑
清理不再使用的组件和依赖项
This commit is contained in:
砂糖
2025-12-29 16:29:08 +08:00
parent 1193421167
commit 0ad31d6c86
26 changed files with 2 additions and 4620 deletions

View File

@@ -162,7 +162,7 @@
</template>
<script>
import { listForm } from "@/api/workflow/form";
// import { listForm } from "@/api/workflow/form";
export default {
name: "ElementForm",