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
2d1b31a8
authored
Nov 21, 2024
by
shifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
判断如果没有权限设置不进行可编辑表单过滤,避免表单变量被过滤
parent
056684e2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/views/bpm/processInstance/detail/index.vue
+1
-1
No files found.
src/views/bpm/processInstance/detail/index.vue
View file @
2d1b31a8
...
@@ -271,7 +271,7 @@ const handleAudit = async (task, pass) => {
...
@@ -271,7 +271,7 @@ const handleAudit = async (task, pass) => {
data
.
variables
=
approveForms
.
value
[
index
].
value
data
.
variables
=
approveForms
.
value
[
index
].
value
}
}
// 获取表单可编辑字段的值
// 获取表单可编辑字段的值
if
(
fApi
.
value
)
{
if
(
fApi
.
value
&&
task
.
fieldsPermission
!==
null
)
{
data
.
variables
=
getWritableValueOfForm
(
task
.
fieldsPermission
)
data
.
variables
=
getWritableValueOfForm
(
task
.
fieldsPermission
)
}
}
...
...
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