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

Function handlerChangeState

admin-ui/src/pages/flow/work/index.tsx:42–48  ·  view source on GitHub ↗
(id: any)

Source from the content-addressed store, hash-verified

40
41
42 const handlerChangeState = async (id: any) => {
43 const res = await changeState(id);
44 if (res.success) {
45 message.success("修改成功");
46 }
47 actionRef.current?.reload();
48 }
49
50
51 const handlerSave = async (values: any) => {

Callers 1

FlowPageFunction · 0.85

Calls 2

changeStateFunction · 0.90
successMethod · 0.80

Tested by

no test coverage detected