feat: 去除BpmFormApi中的vo

pull/143/head
xingyu4j 2025-06-15 15:20:22 +08:00
parent 3f6b422f77
commit 96c4ee974a
1 changed files with 1 additions and 1 deletions

View File

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