Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivManage
Commits
b1c444d0
Commit
b1c444d0
authored
Aug 17, 2022
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '修复事件字符串长度过长无法保存的情况
parent
8cb125c6
Pipeline
#57861
waiting for manual action with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
flow.js
src/services/flow/flow.js
+8
-1
api.js
src/services/standingBook/api.js
+2
-2
No files found.
src/services/flow/flow.js
View file @
b1c444d0
/*
* @Description:
* @Author: leizhe
* @Date: 2022-01-13 17:26:14
* @LastEditTime: 2022-08-17 10:10:50
* @LastEditors: leizhe
*/
import
{
get
,
post
,
PUBLISH_SERVICE
}
from
'@/services/index'
;
// 工单流程列表查询
export
const
reloadFlows
=
param
=>
...
...
@@ -37,7 +44,7 @@ export const loadEventTypeTable = query =>
// 根据触发事件加载字段
export
const
loadEventFields
=
query
=>
ge
t
(
`
${
PUBLISH_SERVICE
}
/WorkOrderCenter/CM_Feedback_LoadEventFields`
,
query
);
pos
t
(
`
${
PUBLISH_SERVICE
}
/WorkOrderCenter/CM_Feedback_LoadEventFields`
,
query
);
// 加载反馈类型
export
const
loadFeedbackType
=
query
=>
...
...
src/services/standingBook/api.js
View file @
b1c444d0
...
...
@@ -3,7 +3,7 @@
* @Description:
* @Author: leizhe
* @Date: 2021-07-23 10:42:58
* @LastEditTime: 202
1-12-03 11:26:0
1
* @LastEditTime: 202
2-08-17 10:11:1
1
* @LastEditors: leizhe
*/
import
{
CITY_SERVICE
,
get
,
PUBLISH_SERVICE
,
post
,
postForm
}
from
'../index'
;
...
...
@@ -77,7 +77,7 @@ export const CM_Event_AddEvenFlow = query =>
// 编辑受理流程
export
const
CM_Event_EditEvenFlow
=
query
=>
ge
t
(
`
${
PUBLISH_SERVICE
}
/WorkOrderCenter/CM_Event_EditEvenFlow`
,
query
);
pos
t
(
`
${
PUBLISH_SERVICE
}
/WorkOrderCenter/CM_Event_EditEvenFlow`
,
query
);
// 删除受理流程
export
const
CM_Event_RemoveEvenFlow
=
query
=>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment