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