吉安感知网项目-前端
张含笑
2026-01-30 fd8fb2e7965f6521076f59e5912f09693cdf5d7f
applications/task-work-order/src/views/orderView/organizational/agenciesManagement/index.vue
@@ -213,6 +213,12 @@
async function loadRegionNode(node, resolve) {
  try {
    // 限制只加载两级,当前节点 level >= 1 时不加载子节点
    if (node.level >= 2) {
      resolve([])
      return
    }
    // 初始化加载时传递 code 参数,加载子节点时传递 parentCode 参数
    const params = node.data?.id ? { parentCode: node.data.id } : { code: '360800000000' }
    const res = await regionLazyTreeApi(params)