Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codingapi/springboot-framework
/ handlerCopy
Function
handlerCopy
admin-ui/src/pages/flow/work/index.tsx:33–39 ·
view source on GitHub ↗
(id: any)
Source
from the content-addressed store, hash-verified
31
}
32
33
const handlerCopy = async (id: any) => {
34
const res = await copy(id);
35
if (res.success) {
36
message.success(
"复制成功"
);
37
}
38
actionRef.current?.reload();
39
}
40
41
42
const handlerChangeState = async (id: any) => {
Callers
1
FlowPage
Function · 0.85
Calls
2
copy
Function · 0.90
success
Method · 0.80
Tested by
no test coverage detected