Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ee8de081
authored
Feb 19, 2025
by
lizhixian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改pr中698的问题
parent
b53bfbd4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/views/bpm/processInstance/detail/ProcessInstanceOperationButton.vue
+6
-0
No files found.
src/views/bpm/processInstance/detail/ProcessInstanceOperationButton.vue
View file @
ee8de081
...
...
@@ -700,6 +700,12 @@ const handleAudit = async (pass: boolean, formRef: FormInstance | undefined) =>
// 校验表单
if
(
!
formRef
)
return
await
formRef
.
validate
()
//校验流程表单必填字段
const
valid
=
await
validateNormalForm
()
if
(
!
valid
)
{
message
.
warning
(
'表单校验不通过,请先完善表单!!'
)
return
}
if
(
pass
)
{
// 获取修改的流程变量, 暂时只支持流程表单
const
variables
=
getUpdatedProcessInstanceVariables
()
...
...
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