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
Unverified
Commit
3b9d115c
authored
Aug 02, 2024
by
最后的梦想
Committed by
Gitee
Aug 02, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【代码优化】嵌套循环,item命名重复
Signed-off-by: 最后的梦想 <1971063665@qq.com>
parent
fde37b04
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/views/bpm/processInstance/detail/index.vue
+4
-4
No files found.
src/views/bpm/processInstance/detail/index.vue
View file @
3b9d115c
...
@@ -47,10 +47,10 @@
...
@@ -47,10 +47,10 @@
<el-form-item
label=
"抄送人"
prop=
"copyUserIds"
>
<el-form-item
label=
"抄送人"
prop=
"copyUserIds"
>
<el-select
v-model=
"auditForms[index].copyUserIds"
multiple
placeholder=
"请选择抄送人"
>
<el-select
v-model=
"auditForms[index].copyUserIds"
multiple
placeholder=
"请选择抄送人"
>
<el-option
<el-option
v-for=
"item in userOptions"
v-for=
"item
x
in userOptions"
:key=
"item.id"
:key=
"item
x
.id"
:label=
"item.nickname"
:label=
"item
x
.nickname"
:value=
"item.id"
:value=
"item
x
.id"
/>
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
...
...
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