We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887936c commit 79c3ba0Copy full SHA for 79c3ba0
src/views/bpm/processInstance/index.vue
@@ -19,10 +19,10 @@
19
class="!w-240px"
20
/>
21
</el-form-item>
22
- <el-form-item label="所属流程" prop="processDefinitionId">
+ <el-form-item label="所属流程" prop="processDefinitionKey">
23
<el-input
24
- v-model="queryParams.processDefinitionId"
25
- placeholder="请输入流程定义的编号"
+ v-model="queryParams.processDefinitionKey"
+ placeholder="请输入流程定义的标识"
26
clearable
27
@keyup.enter="handleQuery"
28
@@ -183,7 +183,7 @@ const queryParams = reactive({
183
pageNo: 1,
184
pageSize: 10,
185
name: '',
186
- processDefinitionId: undefined,
+ processDefinitionKey: undefined,
187
category: undefined,
188
status: undefined,
189
createTime: []
0 commit comments