|
@@ -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"
|
|
|
|
- placeholder="请输入流程定义的编号"
|
|
|
|
|
|
+ v-model="queryParams.processDefinitionKey"
|
|
|
|
+ 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: []
|