修复获取下一审批节点

This commit is contained in:
xiangheng
2024-07-03 17:06:46 +08:00
parent 4eb8624410
commit 41ca306d17
5 changed files with 128 additions and 110 deletions

View File

@@ -124,6 +124,14 @@ const docTemplate = `{
}
}
},
"/api/admin/flow/flow_apply/back": {
"post": {
"tags": [
"flow_history-流程历史"
],
"responses": {}
}
},
"/api/admin/flow/flow_apply/del": {
"post": {
"produces": [
@@ -437,6 +445,14 @@ const docTemplate = `{
}
}
},
"/api/admin/flow/flow_apply/pass": {
"post": {
"tags": [
"flow_history-流程历史"
],
"responses": {}
}
},
"/api/admin/flow/flow_history/add": {
"post": {
"produces": [
@@ -593,6 +609,7 @@ const docTemplate = `{
"parameters": [
{
"type": "string",
"default": "{{Token}}",
"description": "token",
"name": "Token",
"in": "header",
@@ -1225,16 +1242,6 @@ const docTemplate = `{
"responses": {}
}
},
"/api/admin/flow_apply/back": {
"post": {
"responses": {}
}
},
"/api/admin/flow_apply/pass": {
"post": {
"responses": {}
}
},
"/api/admin/monitor_client/ExportFile": {
"get": {
"produces": [