吉安感知网项目-前端
罗广辉
2026-06-06 f81ab0dea14072cd89a198a13f2f7d184ffc97be
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,
    },
  });
};