forked from drone/command-center-dashboard

chenyao
2025-04-21 fa3d0d26b3b37af8761562ab32a31c49b6215c65
src/components/DeviceJobDetails/JobRelatedEvents.vue
@@ -71,7 +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
   })
}