Skip to content

Commit 79c3ba0

Browse files
committed
【功能修改】工作流:流程实例列表,使用 processDefinitionKey 检索
1 parent 887936c commit 79c3ba0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/views/bpm/processInstance/index.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
class="!w-240px"
2020
/>
2121
</el-form-item>
22-
<el-form-item label="所属流程" prop="processDefinitionId">
22+
<el-form-item label="所属流程" prop="processDefinitionKey">
2323
<el-input
24-
v-model="queryParams.processDefinitionId"
25-
placeholder="请输入流程定义的编号"
24+
v-model="queryParams.processDefinitionKey"
25+
placeholder="请输入流程定义的标识"
2626
clearable
2727
@keyup.enter="handleQuery"
2828
class="!w-240px"
@@ -183,7 +183,7 @@ const queryParams = reactive({
183183
pageNo: 1,
184184
pageSize: 10,
185185
name: '',
186-
processDefinitionId: undefined,
186+
processDefinitionKey: undefined,
187187
category: undefined,
188188
status: undefined,
189189
createTime: []

0 commit comments

Comments
 (0)