无人机管理后台前端(已迁走)
rain
2025-04-22 68925fd5d9fa6f513d9e50b26f564f60c56cfa5b
批量审核
1 files modified
9 ■■■■■ changed files
src/views/tickets/ticket.vue 9 ●●●●● patch | view | raw | blame | history
src/views/tickets/ticket.vue
@@ -406,7 +406,7 @@
    </el-dialog>
    <!-- 添加在其他 dialog 组件之后 -->
    <el-dialog v-model="reviewDialogVisible" title="批量审核" width="70%" append-to-body custom-class="review-dialog">
    <el-dialog v-model="reviewDialogVisible" title="批量审核" width="70%" append-to-body custom-class="review-dialog"   @close="cancleBatchReject">
      <div class="review-container">
        <div class="review-image-wrapper">
          <!-- 修改左右箭头的显示条件 -->
@@ -2004,8 +2004,11 @@
    },
    cancleBatchReject() {
      reviewDialogVisible = false;
      this.fetchTableData();
      this.reviewDialogVisible = false;
  this.selections = [];
  this.currentImageIndex = 1;
  this.currentReviewImage = '';
  this.fetchTableData();
    },
    // 批量审核不通过
    async handleBatchReject() {