From 69be51ab0b89aba459ff6baf69c49a853de000ae Mon Sep 17 00:00:00 2001 From: konbai <1527468660@qq.com> Date: Sat, 4 Mar 2023 19:58:04 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=8A=9E=E5=85=AC=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20"=E4=BB=BB=E5=8A=A1=E5=8A=9E=E7=90=86"?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E4=B8=8D=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/workflow/work/detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/workflow/work/detail.vue b/ruoyi-ui/src/views/workflow/work/detail.vue index 992b3409..19353de0 100644 --- a/ruoyi-ui/src/views/workflow/work/detail.vue +++ b/ruoyi-ui/src/views/workflow/work/detail.vue @@ -321,7 +321,7 @@ export default { initData() { this.taskForm.procInsId = this.$route.params && this.$route.params.procInsId; this.taskForm.taskId = this.$route.query && this.$route.query.taskId; - this.processed = this.$route.query && this.$route.query.processed; + this.processed = this.$route.query && Boolean(this.$route.query.processed); // 流程任务重获取变量表单 this.getProcessDetails(this.taskForm.procInsId, this.taskForm.taskId); this.loadIndex = this.taskForm.procInsId;