|
@@ -344,7 +344,7 @@ const openComment = async (visibleType, item) => {
|
|
|
const flag = processType === 'business' && currentObj.value.formTemplate.type === 1 // 系统表单
|
|
|
if (flag) {
|
|
|
//todo 这里的系统表单还未做必填校验,根据自己的业务做校验
|
|
|
- const formData = dyVueComponentRef.value.getData()
|
|
|
+ const formData = dyVueComponentRef.value.getComponentData()
|
|
|
const saveData = {
|
|
|
formStructure: '@/views/flow/test/test1.vue',
|
|
|
formData: formData
|