qinzhipeng_v 5 년 전
부모
커밋
a2eea6083f
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/projectManage/taskList/components/reportList.vue

+ 3 - 3
src/views/projectManage/taskList/components/reportList.vue

@@ -20,7 +20,7 @@
             <template slot-scope="scope">
               <a v-if="dataStatus" href="javascript:void(0)" style="color:#20a0ff" @click="toReportView(scope.row, 2)">{{ scope.row.reportName }}</a>
               <a v-if="!dataStatus" href="javascript:void(0)" style="color:#20a0ff" @click="toReportView(scope.row, 2)">{{ scope.row.name }}</a>
-              {{ scope.row.returnReason }}
+              <br>{{ scope.row.returnReason }}
             </template>
           </el-table-column>
           <el-table-column label="状态" min-width="100" align="center">
@@ -373,8 +373,8 @@ export default {
           bizId: this.reportData.bizId,
           taskIds: [this.taskId],
           reportName: this.reportData.reportName,
-          returnReason: this.reportData.reason,
-          status: this.Str === '打回' ? 2 : this.Str === '通过' ? 1 : ''
+          returnReason: this.launchRepulseInfo,
+          status: this.Str === '打回' ? 2 : 1
         }
         const res = await reportdelivertestUpdate(data)
         if (res.code === 200) {