// import React from 'react' import { Button } from 'antd' export default function editThree(props: any) { const height = window.innerHeight - 350; const handleSubmit = () => { // console.log(form); props.setEditProcess(4); // 调用表单实例的 submit 方法 // form.submit(); }; return (