forked from drone/command-center-dashboard

张含笑
2025-04-21 132e112a7e9a81c80e2e1c1859bab7f0ae573233
src/components/DeviceJobDetails/JobRelatedEvents.vue
@@ -71,8 +71,7 @@
   getDeviceEventList(params.value, sizeParams.value).then(res => {
      const resData = res?.data?.data || {}
      list.value = resData.records
      total.value = resData.total
      total.value = resData.total
   })
}