feat: 去除BpmFormApi中的vo

This commit is contained in:
xingyu4j
2025-06-15 15:20:22 +08:00
parent 3f6b422f77
commit 96c4ee974a

View File

@@ -29,7 +29,7 @@ import {
const props = defineProps({
formList: {
type: Array<BpmFormApi.FormVO>,
type: Array<BpmFormApi.Form>,
required: true,
},
});