MCPcopy Create free account
hub / github.com/codingapi/springboot-framework / handlerUrgeFlow

Function handlerUrgeFlow

admin-ui/src/pages/flow/record/index.tsx:34–44  ·  view source on GitHub ↗
(recordId:any)

Source from the content-addressed store, hash-verified

32
33
34 const handlerUrgeFlow = (recordId:any) => {
35 const body = {
36 recordId,
37 }
38 urge(body).then(res => {
39 if (res.success) {
40 message.success('催办提醒已发送').then();
41 reloadTable();
42 }
43 })
44 }
45
46 const columns = [
47 {

Callers 1

FlowRecordPageFunction · 0.70

Calls 3

urgeFunction · 0.90
reloadTableFunction · 0.85
successMethod · 0.80

Tested by

no test coverage detected