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
d6624232
Commit
d6624232
authored
Jun 06, 2023
by
邓超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 提交接口文件
parent
62fd2137
Pipeline
#73668
passed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
TableView.jsx
...ages/bsmanager/base/tablemanager/components/TableView.jsx
+1
-1
workflow.js
src/services/workflow/workflow.js
+6
-0
No files found.
src/pages/bsmanager/base/tablemanager/components/TableView.jsx
View file @
d6624232
...
...
@@ -259,7 +259,7 @@ const EditableCell = ({
},
},
{
pattern
:
/^
(?!(\d
+
)
$
)[\u
4e00-
\u
9fffa-zA-Z
0-9_
]
+$/
,
pattern
:
/^
[^\d][\u
4e00-
\u
9fffA-Za-z
0-9_
]
+$/
,
message
:
'不能输入特殊符号或者纯数字'
,
},
];
...
...
src/services/workflow/workflow.js
View file @
d6624232
...
...
@@ -41,3 +41,9 @@ export const DeleteFlowNodes = param => post(`${PUBLISH_SERVICE}/WorkFlow/Delete
// 保存basde65
export
const
SaveWorkFlowImage
=
param
=>
post
(
`
${
PUBLISH_SERVICE
}
/FileCenter/SaveWorkFlowImage`
,
param
);
// 检查流程和节点的在办
export
const
CheckDoingFlowNodes
=
param
=>
post
(
`
${
PUBLISH_SERVICE
}
/WorkFlow/CheckDoingFlowNodes`
,
param
);
// 一键关单接口
export
const
CloseDoingFlowNodes
=
param
=>
post
(
`
${
PUBLISH_SERVICE
}
/WorkFlow/CloseDoingFlowNodes`
,
param
);
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