diff --git a/src/components/common/table/tableForm.vue b/src/components/common/table/tableForm.vue index c7d9a778..64fc6ffa 100644 --- a/src/components/common/table/tableForm.vue +++ b/src/components/common/table/tableForm.vue @@ -176,7 +176,7 @@ const validateFun = () => { }; const getFormDataFun = () => { - const objData: any = {}; + const objData: any = formData.value || {}; const hasExtras = !!formData.value.extras; objData.extras = hasExtras ? formData.value.extras : null; tableData.value.forEach((item: any) => { diff --git a/src/views/index/approvalPreview/components/knowledge.vue b/src/views/index/approvalPreview/components/knowledge.vue index dfa78f29..837520b6 100644 --- a/src/views/index/approvalPreview/components/knowledge.vue +++ b/src/views/index/approvalPreview/components/knowledge.vue @@ -1,5 +1,5 @@ - 知识库审核预览{{ data }} + 知识库审核预览{{ data.cidFlowId }}