From 8b59fc7dc34cd672db4abc34992d3428941c9f1d Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 04 三月 2025 22:00:29 +0800
Subject: [PATCH] 日志展示bug

---
 src/views/projectProcess/detail/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/projectProcess/detail/index.vue b/src/views/projectProcess/detail/index.vue
index 22a4f97..95a42ab 100644
--- a/src/views/projectProcess/detail/index.vue
+++ b/src/views/projectProcess/detail/index.vue
@@ -329,7 +329,7 @@
       this.superviseForm.content ='';
       this.superviseForm.taskId = row.taskId;
       this.superviseForm.projectId = this.$route.query.projectId;
-      this.superviseForm.processInsId = row.taskId;
+      this.superviseForm.processInsId = row.processInsId;
       this.superviseForm.superviseType = "SUPERVISE";
       this.superviseForm.receiverType = row.handlerType;
       if (row.handlerType === 'USER') {

--
Gitblit v1.8.0