吉安感知网项目-前端
chenyao
2026-07-11 edd00f81c7f1edbb5c9f9178d7c24b2cc2c1f695
applications/task-work-order/src/api/system/dept.js
@@ -67,12 +67,12 @@
  });
};
export const getDeptTree = tenantId => {
export const getDeptTree = id => {
  return request({
    url: '/blade-system/dept/getTree',
    method: 'get',
    params: {
      tenantId,
         id,
    },
  });
};