GuLiMmo
2024-01-17 5951935316d06142a2e9840bac8841f96a1d2cb3
更新
2 files modified
5 ■■■■■ changed files
src/views/evaluate/components/evaluateTypeResult.vue 3 ●●●● patch | view | raw | blame | history
src/views/evaluate/components/reissueSecondRound.vue 2 ●●● patch | view | raw | blame | history
src/views/evaluate/components/evaluateTypeResult.vue
@@ -1,7 +1,6 @@
<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>
src/views/evaluate/components/reissueSecondRound.vue
@@ -177,7 +177,7 @@
                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(',')