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
1cd74f44
authored
Feb 18, 2023
by
answer-huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改命名冲突
parent
46b94aed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/components/bpmnProcessDesigner/package/penal/task/task-components/ReceiveTask.vue
+4
-4
No files found.
src/components/bpmnProcessDesigner/package/penal/task/task-components/ReceiveTask.vue
View file @
1cd74f44
...
@@ -11,10 +11,10 @@
...
@@ -11,10 +11,10 @@
>
>
<el-select
v-model=
"bindMessageId"
@
change=
"updateTaskMessage"
>
<el-select
v-model=
"bindMessageId"
@
change=
"updateTaskMessage"
>
<el-option
<el-option
v-for=
"
id
in Object.keys(messageMap)"
v-for=
"
key
in Object.keys(messageMap)"
:value=
"
id
"
:value=
"
key
"
:label=
"messageMap[
id
]"
:label=
"messageMap[
key
]"
:key=
"
id
"
:key=
"
key
"
/>
/>
</el-select>
</el-select>
<XButton
<XButton
...
...
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