MCPcopy Index your code
hub / github.com/codingapi/springboot-framework / handlerSchema

Function handlerSchema

admin-ui/src/pages/flow/work/index.tsx:60–70  ·  view source on GitHub ↗
(json: any)

Source from the content-addressed store, hash-verified

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 {

Callers 1

FlowPageFunction · 0.85

Calls 2

schemaFunction · 0.90
successMethod · 0.80

Tested by

no test coverage detected