Commit 499d0ffd by 胡锦波

1. up

parent 16548f93
Showing with 0 additions and 8 deletions
...@@ -145,14 +145,6 @@ export interface InvoiceListItem { ...@@ -145,14 +145,6 @@ export interface InvoiceListItem {
} }
class SdkService extends SdkCoreService { class SdkService extends SdkCoreService {
public getJoinedList() {
return this.get(`/system/org/joined/list`);
}
public getWaitJoinList() {
return this.get(`/system/org/waitjoin/list`);
}
public getOrgTree() { public getOrgTree() {
const oid = EnterpriseHost.getOid(); const oid = EnterpriseHost.getOid();
return this.get<OrgDepartmentItem[]>(`/system/org/${oid}/emptree`); return this.get<OrgDepartmentItem[]>(`/system/org/${oid}/emptree`);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment