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
79c3ba09
authored
Sep 30, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【功能修改】工作流:流程实例列表,使用 processDefinitionKey 检索
parent
887936cc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/views/bpm/processInstance/index.vue
+4
-4
No files found.
src/views/bpm/processInstance/index.vue
View file @
79c3ba09
...
...
@@ -19,10 +19,10 @@
class=
"!w-240px"
/>
</el-form-item>
<el-form-item
label=
"所属流程"
prop=
"processDefinition
Id
"
>
<el-form-item
label=
"所属流程"
prop=
"processDefinition
Key
"
>
<el-input
v-model=
"queryParams.processDefinition
Id
"
placeholder=
"请输入流程定义的
编号
"
v-model=
"queryParams.processDefinition
Key
"
placeholder=
"请输入流程定义的
标识
"
clearable
@
keyup
.
enter=
"handleQuery"
class=
"!w-240px"
...
...
@@ -183,7 +183,7 @@ const queryParams = reactive({
pageNo
:
1
,
pageSize
:
10
,
name
:
''
,
processDefinition
Id
:
undefined
,
processDefinition
Key
:
undefined
,
category
:
undefined
,
status
:
undefined
,
createTime
:
[]
...
...
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