src/views/SignMachineNest/MachineRight/InspectionRaskList.vue
@@ -338,9 +338,11 @@ // job_id: '7aa5222c-2f8b-401e-b6ba-d6a550398829', // }, // ] }) if (tableList.value.length > 0) { await getTaskDetails(tableList.value[0].wayline_job_info_id) watch([() => tabIndex.value, () => tableList.value], async ([newTabIndex, newTableList]) => { if (newTabIndex == 1 && newTableList.length > 0) { await getTaskDetails(newTableList[0].wayline_job_info_id) } })