|
|
@ -11,5 +11,5 @@ enum Api { |
|
|
|
export const pageSchoolApi = () => defHttp.get<GetAccountInfoModel>({ url: Api.PAGE_SCHOOL }); |
|
|
|
export const pageSchoolApi = () => defHttp.get<GetAccountInfoModel>({ url: Api.PAGE_SCHOOL }); |
|
|
|
export const pageDepartmentApi = (orgCode: string) => defHttp.get<GetAccountInfoModel>({ url: Api.PAGE_DEPARTMENT, params: { orgCode } }); |
|
|
|
export const pageDepartmentApi = (orgCode: string) => defHttp.get<GetAccountInfoModel>({ url: Api.PAGE_DEPARTMENT, params: { orgCode } }); |
|
|
|
export const getZjsybsjs = () => defHttp.get({ url: Api.PAGE_ZJSYBSJS }); |
|
|
|
export const getZjsybsjs = () => defHttp.get({ url: Api.PAGE_ZJSYBSJS }); |
|
|
|
export const getXsfxbg = () => defHttp.get({ url: Api.PAGE_XSFXBG }); |
|
|
|
export const getXsfxbg = (params = { recreateFlag: false }) => defHttp.get({ url: Api.PAGE_XSFXBG, params }); |
|
|
|
|
|
|
|
|
|
|
|