无人机管理后台前端(已迁走)
张含笑
2025-07-18 549e2991c6b3b60e0f6176ef45ecfb0535e3dc40
src/views/wel/components/backlog.vue
@@ -184,6 +184,8 @@
    loading.value = true
    const type = 1
    const res = await addOrderRecordApi(type, ticketId)
  } else if (checked.value === '智飞工单') {
    loading.value = true
    const type = 2
@@ -208,12 +210,14 @@
    const res = await getOrderOrEventApi(type, userInfo.value.detail.areaCode)
    todos.value = res.data.data || []
    loading.value = false
      //  console.log('事件工单', todos.value);
  } else if (checked.value === '智飞工单') {
    loading.value = true
    const type = 2
    const res = await getOrderOrEventApi(type, userInfo.value.detail.areaCode)
    todos.value = res.data.data || []
    loading.value = false
      //  console.log('智飞工单', todos.value);
  }
}