forked from drone/command-center-dashboard

罗广辉
2025-04-21 e6b263f2f2c35664a81e71a24f45fba342a7fe55
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
   })
}