租户管理异常(数据库需要把key字段改名)

This commit is contained in:
lai
2024-06-06 17:46:52 +08:00
parent 9152f14430
commit e35356a8c6
3 changed files with 185 additions and 68 deletions

View File

@@ -37,18 +37,6 @@ export function getDept(deptId: string | number) {
});
}
/**
* 查询部门详细
* @param deptId 部门ID
* @returns object
*/
export function getTenant(deptId: string | number) {
return request({
url: `/system/tenant/${deptId}`,
method: 'get',
});
}
/**
* 新增部门
* @param data 部门对象