forked from drone/command-center-dashboard

罗广辉
2025-04-21 5d21d930174f6b065632834743d4ba3a07d4e7f7
src/components/DeviceJobDetails/JobRelatedEvents.vue
@@ -72,6 +72,7 @@
      const resData = res?.data?.data || {}
      list.value = resData.records
      total.value = resData.total
console.log('历史任务详情');
   })
}