(json: any)
| 58 | } |
| 59 | |
| 60 | const handlerSchema = async (json: any) => { |
| 61 | const res = await schema({ |
| 62 | id: current.id, |
| 63 | schema: json |
| 64 | }); |
| 65 | if (res.success) { |
| 66 | message.success("保存成功"); |
| 67 | setVisible(false); |
| 68 | } |
| 69 | actionRef.current?.reload(); |
| 70 | } |
| 71 | |
| 72 | const columns = [ |
| 73 | { |