fix:【bpm 工作流】已办任务的审批状态过滤不正确
This commit is contained in:
@ -52,13 +52,13 @@
|
|||||||
<el-form-item label="" prop="status" :style="{ position: 'absolute', right: '130px' }">
|
<el-form-item label="" prop="status" :style="{ position: 'absolute', right: '130px' }">
|
||||||
<el-select
|
<el-select
|
||||||
v-model="queryParams.status"
|
v-model="queryParams.status"
|
||||||
placeholder="请选择流程状态"
|
placeholder="请选择审批状态"
|
||||||
clearable
|
clearable
|
||||||
class="!w-155px"
|
class="!w-155px"
|
||||||
@change="handleQuery"
|
@change="handleQuery"
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="dict in getIntDictOptions(DICT_TYPE.BPM_PROCESS_INSTANCE_STATUS)"
|
v-for="dict in getIntDictOptions(DICT_TYPE.BPM_TASK_STATUS)"
|
||||||
:key="dict.value"
|
:key="dict.value"
|
||||||
:label="dict.label"
|
:label="dict.label"
|
||||||
:value="dict.value"
|
:value="dict.value"
|
||||||
|
|||||||
Reference in New Issue
Block a user