| | |
| | | } |
| | | }, |
| | | 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 |
| | |
| | | projectName: this.detailData.projectName, |
| | | taskId: row.taskId, |
| | | showAuditing: res.data, |
| | | projectId: this.queryParams.projectId, |
| | | goBackParams: this.queryParams |
| | | } |
| | | }) |
| | |
| | | procInsId: row.processInsId, |
| | | deployId: row.deployId, |
| | | taskId: row.taskId, |
| | | projectId: this.queryParams.projectId, |
| | | goBackParams: this.queryParams |
| | | }}) |
| | | }, |