forked from drone/command-center-dashboard

chenyao
2025-04-14 b0ccd2d131b2e3df5d901385e38ed0077b8d0fbc
src/views/TaskManage/TaskIntermediateContent/TaskIntermediateContent.vue
@@ -70,7 +70,7 @@
const jobListParams = reactive({
  current: 1,
  size: 8,
  size: 10,
  searchParams:{}
});
const jobListData = ref([]);
@@ -121,8 +121,6 @@
  jobListParams.current = 1;
  jobListParams.size = 10;
  jobListParams.searchParams = params;
  // 存储查询条件 ,用于统计图搜索
  getJobList();
};
@@ -154,6 +152,7 @@
  .task-table {
    height: 528px;
    margin-top: 18px;
    overflow: auto;
  }
  .current-details {