forked from drone/command-center-dashboard

罗广辉
2025-04-21 5d21d930174f6b065632834743d4ba3a07d4e7f7
Merge branch 'master' into test
1 files modified
1 ■■■■ changed files
src/components/DeviceJobDetails/JobRelatedEvents.vue 1 ●●●● patch | view | raw | blame | history
src/components/DeviceJobDetails/JobRelatedEvents.vue
@@ -72,6 +72,7 @@
        const resData = res?.data?.data || {}
        list.value = resData.records
        total.value = resData.total
console.log('历史任务详情');
    })
}