【功能修改】工作流:流程实例列表,使用 processDefinitionKey 检索
parent
887936ccf0
commit
79c3ba090f
|
@ -19,10 +19,10 @@
|
||||||
class="!w-240px"
|
class="!w-240px"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="所属流程" prop="processDefinitionId">
|
<el-form-item label="所属流程" prop="processDefinitionKey">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="queryParams.processDefinitionId"
|
v-model="queryParams.processDefinitionKey"
|
||||||
placeholder="请输入流程定义的编号"
|
placeholder="请输入流程定义的标识"
|
||||||
clearable
|
clearable
|
||||||
@keyup.enter="handleQuery"
|
@keyup.enter="handleQuery"
|
||||||
class="!w-240px"
|
class="!w-240px"
|
||||||
|
@ -183,7 +183,7 @@ const queryParams = reactive({
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
name: '',
|
name: '',
|
||||||
processDefinitionId: undefined,
|
processDefinitionKey: undefined,
|
||||||
category: undefined,
|
category: undefined,
|
||||||
status: undefined,
|
status: undefined,
|
||||||
createTime: []
|
createTime: []
|
||||||
|
|
Loading…
Reference in New Issue