'接口参数'

main
significative 3 months ago
parent 6d3f843240
commit a4f5d3b89c
  1. 2
      jeecgboot-vue3-master/src/api/demo/depart.ts

@ -11,5 +11,5 @@ enum Api {
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 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 });

Loading…
Cancel
Save