lin
2024-03-11 12bf2d64efe9c62a33fc10b1acdca9ecfcd10fce
src/api/district/index.js
@@ -47,3 +47,12 @@
    }
  })
}
export const getDistrictTree = (params) => {
  return request({
    url: '/api/blade-district/district/getDistrictTree',
    method: 'get',
    params: {
      ...params
    }
  })
}