Commit 76e74f45 authored by 周宏民's avatar 周宏民

fix: 修改错误

parent c66ca9eb
// @ts-ignore
import React from 'react';
import ParseForm from 'parseForm';
// import ParseForm from 'parseForm';
import './main.less';
window._config = {
userInfo: {
......@@ -15,7 +15,7 @@ const options =
const Demo = (props) => {
return (
<div style={{ width: '100%' }}>
<ParseForm
{/* <ParseForm
tablesSchema={JSON.parse(options)}
onSubmit={(formData) => {
console.log(formData);
......@@ -23,7 +23,7 @@ const Demo = (props) => {
onBack={() => {
console.log('返回');
}}
/>
/> */}
</div>
);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment