소스 검색

修复审批信息的表单不显示的问题

xujunjie 1 년 전
부모
커밋
25d570f19a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/Detail/Index.js

+ 1 - 1
src/pages/Detail/Index.js

@@ -625,7 +625,7 @@ function Detail(props) {
           )}
 
           <FormAndFilesNode
-            formData={version?.ding_schema}
+            formData={version?.formStr}
             excelFileList={excelFileList}
             version={version}
           />