applications/task-work-order/src/views/orderView/orderManage/inspectionRequest/FormDiaLog.vue
@@ -286,6 +286,7 @@ async function getFlyerList(index, skilledTaskType) { const res = await gdFlyerPageApi({ size: 999, current: 1, skilledTaskType, }) flyerListMap.value[index] = res?.data?.data?.records ?? []