| | |
| | | <template> |
| | | <div class="container"> |
| | | <!-- v-if="params.data.evaluateState === 2" --> |
| | | <el-alert type="warning" show-icon style="margin-bottom: 20px;"> |
| | | <el-alert type="warning" show-icon style="margin-bottom: 20px;" v-if="params.data.evaluateState === 2"> |
| | | <template #title> |
| | | 如对当前任务有相同票数候选人,可点击右侧重新下发任务进行投票 |
| | | <span class="right-arrow">→</span> |
| | |
| | | this.createNewTask(this.params.data).then(taskRes => { |
| | | this.addCategoryCandiadate(taskRes).then(respones => { |
| | | const data = _.cloneDeep(this.form) |
| | | const { id } = this.params.data |
| | | const { id } = taskRes |
| | | data.id = id |
| | | data.candidateState = 2 |
| | | data.pollingPersons = data.pollingPersons.join(',') |