Explorar o código

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

xujunjie hai 1 ano
pai
achega
25d570f19a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}
           />