feat: 去除BpmFormApi中的vo

This commit is contained in:
xingyu4j
2025-06-15 15:20:03 +08:00
parent b11ccfad13
commit 3f6b422f77
4 changed files with 15 additions and 17 deletions

View File

@@ -132,7 +132,7 @@ provide('processData', processData);
provide('modelData', formData);
// 数据列表
const formList = ref<BpmFormApi.FormVO[]>([]);
const formList = ref<BpmFormApi.Form[]>([]);
const categoryList = ref<BpmCategoryApi.Category[]>([]);
const userList = ref<SystemUserApi.User[]>([]);
const deptList = ref<SystemDeptApi.Dept[]>([]);