xiangpei
2025-03-04 8b59fc7dc34cd672db4abc34992d3428941c9f1d
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') {