吉安感知网项目-前端
张含笑
2026-01-29 ec2ff7ebf2f4b1baa9fb931d0e6fcf7134106f51
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 ?? []