xiangpei
2025-02-25 9ada813d51a0a7da7a22143af4b548a44472f0d6
src/views/projectProcess/detail/index.vue
@@ -414,7 +414,7 @@
      }
    },
    showHandle(row) {
      if (row.taskStatus === '待办') {
      if (row.taskStatus === '待办' || row.taskStatus === '挂起') {
        if (row.handlerType === "USER") {
          console.log(row.handlerId.indexOf(this.$store.state.user.id) !== -1, "我是不是")
          return row.handlerId.indexOf(this.$store.state.user.id) !== -1
@@ -448,6 +448,7 @@
            projectName: this.detailData.projectName,
            taskId: row.taskId,
            showAuditing: res.data,
            projectId: this.queryParams.projectId,
            goBackParams: this.queryParams
          }
        })
@@ -461,6 +462,7 @@
          procInsId: row.processInsId,
          deployId: row.deployId,
          taskId: row.taskId,
          projectId: this.queryParams.projectId,
          goBackParams: this.queryParams
        }})
    },