From 17f902fa9dbbeb8634fded392265f4388e2189eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Sat, 9 Sep 2023 23:00:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/flowable/FlowBusinessKeyMapper.xml | 1 + .../views/flowable/task/finished/index.vue | 69 ++++-- .../task/myProcess/detail/initTaskDrawer.vue | 223 ------------------ .../views/flowable/task/myProcess/index.vue | 30 +++ 4 files changed, 86 insertions(+), 237 deletions(-) delete mode 100644 ruoyi-ui/src/views/flowable/task/myProcess/detail/initTaskDrawer.vue diff --git a/ruoyi-system/src/main/resources/mapper/flowable/FlowBusinessKeyMapper.xml b/ruoyi-system/src/main/resources/mapper/flowable/FlowBusinessKeyMapper.xml index 2ce008e9..625e1675 100644 --- a/ruoyi-system/src/main/resources/mapper/flowable/FlowBusinessKeyMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/flowable/FlowBusinessKeyMapper.xml @@ -30,6 +30,7 @@ vw_flow_all fa and fa.procDefName like concat('%', #{procDefName}, '%') + and fa.businessKey = #{businessKey} and fa.businessKeyName like concat('%', #{businessKeyName}, '%') and fa.category = #{category} and fa.createTime between #{params.beginDate} and #{params.endDate} diff --git a/ruoyi-ui/src/views/flowable/task/finished/index.vue b/ruoyi-ui/src/views/flowable/task/finished/index.vue index b91c700d..540e2a19 100644 --- a/ruoyi-ui/src/views/flowable/task/finished/index.vue +++ b/ruoyi-ui/src/views/flowable/task/finished/index.vue @@ -10,6 +10,22 @@ @keyup.enter.native="handleQuery" /> + + + + + + + - - diff --git a/ruoyi-ui/src/views/flowable/task/myProcess/index.vue b/ruoyi-ui/src/views/flowable/task/myProcess/index.vue index 648fecc0..2f3f3bf3 100644 --- a/ruoyi-ui/src/views/flowable/task/myProcess/index.vue +++ b/ruoyi-ui/src/views/flowable/task/myProcess/index.vue @@ -10,6 +10,22 @@ @keyup.enter.native="handleQuery" /> + + + + + + { + this.projectOptions = response.rows; + if (response.rows.length > 1) { + this.showPro = true; + } + }); + }, // 取消按钮 cancel() { this.open = false;