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

Function handlerSave

admin-ui/src/pages/flow/work/index.tsx:51–58  ·  view source on GitHub ↗
(values: any)

Source from the content-addressed store, hash-verified

49
50
51 const handlerSave = async (values: any) => {
52 const res = await save(values);
53 setEditorVisible(false);
54 if (res.success) {
55 message.success("保存成功");
56 }
57 actionRef.current?.reload();
58 }
59
60 const handlerSchema = async (json: any) => {
61 const res = await schema({

Callers

nothing calls this directly

Calls 2

saveFunction · 0.90
successMethod · 0.80

Tested by

no test coverage detected