forked from drone/command-center-dashboard

张含笑
2025-04-21 2521a4d58493c8e80c0031fb68e2699750ea15fe
feat: 历史任务详细页功能(关联事件、点击跳转)
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('历史任务详情');
    })
}