From c2a3be08bb04a5a0f05672d8cdf8f264a4fa6679 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 13 二月 2025 22:09:17 +0800
Subject: [PATCH] 首页待办任务跳转、流程图查看bug

---
 src/views/flowable/task/myProcess/send/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/flowable/task/myProcess/send/index.vue b/src/views/flowable/task/myProcess/send/index.vue
index 31dfc65..ea5dd7c 100644
--- a/src/views/flowable/task/myProcess/send/index.vue
+++ b/src/views/flowable/task/myProcess/send/index.vue
@@ -506,7 +506,7 @@
     handleClick(tab, event) {
       if (tab.name === '2'){
         this.imgLoading = true
-        flowXmlAndNode({procInsId:this.procInsId,deployId:this.deployId}).then(res => {
+        flowXmlAndNode({processInsId:this.procInsId,deployId:this.deployId}).then(res => {
           this.imgLoading = false
           this.flowData = res.data;
         })

--
Gitblit v1.8.0