This commit is contained in:
吴红兵
2026-03-07 01:34:48 +08:00
parent adc511cfdc
commit 94c3473958
1211 changed files with 599405 additions and 322105 deletions

View File

@@ -47,4 +47,3 @@ export const editEmployTeacher = (obj: any) => {
data: obj,
});
};

View File

@@ -86,4 +86,3 @@ export const getList = (query?: any) => {
params: query,
});
};

View File

@@ -122,4 +122,3 @@ export const remoteInfo = (params?: any) => {
params: params,
});
};

View File

@@ -86,4 +86,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -74,4 +74,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -74,4 +74,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -74,4 +74,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -74,4 +74,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -74,4 +74,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -74,4 +74,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -74,4 +74,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -74,4 +74,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -74,4 +74,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -74,4 +74,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -74,4 +74,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -98,4 +98,3 @@ export const updateStatus = (obj: any) => {
data: obj,
});
};

View File

@@ -1,18 +1,17 @@
import request from '/@/utils/request';
export const makeExportTeacherInfoBySelfTask = (data?: any) => {
return request({
url: '/professional/file/makeExportTeacherInfoBySelfTask',
method: 'post',
data: data,
});
return request({
url: '/professional/file/makeExportTeacherInfoBySelfTask',
method: 'post',
data: data,
});
};
export const makeExportTeacherInfoByTypeTask = (data?: any) => {
return request({
url: '/professional/file/makeExportTeacherInfoByTypeTask',
method: 'post',
data: data,
});
return request({
url: '/professional/file/makeExportTeacherInfoByTypeTask',
method: 'post',
data: data,
});
};

View File

@@ -98,4 +98,3 @@ export const updateStatus = (obj: any) => {
data: obj,
});
};

View File

@@ -74,4 +74,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -74,4 +74,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -84,4 +84,3 @@ export const getStationLevelList = () => {
method: 'get',
});
};

View File

@@ -74,4 +74,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -107,4 +107,3 @@ export const checkLocked = (statusCode: string | number) => {
method: 'get',
});
};

View File

@@ -98,4 +98,3 @@ export const updateStatus = (obj: any) => {
data: obj,
});
};

View File

@@ -110,4 +110,3 @@ export const updateStatus = (obj: any) => {
data: obj,
});
};

View File

@@ -74,4 +74,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -122,4 +122,3 @@ export const checkTitle = (obj: any) => {
data: obj,
});
};

View File

@@ -74,4 +74,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -98,4 +98,3 @@ export const updateStatus = (obj: any) => {
data: obj,
});
};

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionalpartychange/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionalpartychange/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -80,4 +80,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -62,8 +62,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionalpoliticsstatus/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -76,8 +76,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionalpoliticsstatus/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -90,8 +90,8 @@ export const dePoObj = (id: string | number) => {
url: `/professional/professionalpoliticsstatus/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -106,4 +106,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -62,8 +62,8 @@ export function getObj(id: string | number) {
url: '/professional/professionalqualificationrelation/getById',
method: 'get',
params: {
id: id
}
id: id,
},
});
}
@@ -76,8 +76,8 @@ export function delObj(id: string | number) {
url: '/professional/professionalqualificationrelation/deleteById',
method: 'post',
data: {
id: id
}
id: id,
},
});
}
@@ -90,8 +90,8 @@ export function delQuaObj(id: string | number) {
url: '/professional/professionalqualificationrelation/deleteById',
method: 'post',
data: {
id: id
}
id: id,
},
});
}
@@ -151,4 +151,3 @@ export function exportExcel(data: any) {
responseType: 'blob',
});
}

View File

@@ -62,8 +62,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionalsocial/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -76,8 +76,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionalsocial/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -90,8 +90,8 @@ export const delSocialObj = (id: string | number) => {
url: `/professional/professionalsocial/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -106,4 +106,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -62,8 +62,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionalteacheracademicrelation/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -76,8 +76,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionalteacheracademicrelation/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -90,8 +90,8 @@ export const delEduObj = (id: string | number) => {
url: `/professional/professionalteacheracademicrelation/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -151,4 +151,3 @@ export const exportExcel = (data: any) => {
responseType: 'blob',
});
};

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionalteachercertificaterelation/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionalteachercertificaterelation/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -115,4 +115,3 @@ export const exportExcel = (data: any) => {
responseType: 'blob',
});
};

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionalteacherhonor/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionalteacherhonor/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -92,4 +92,3 @@ export const examObj = (obj: any) => {
data: obj,
});
};

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionalteacherstationchange/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionalteacherstationchange/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -86,7 +86,7 @@ export const print = (id: string | number) => {
url: `/professional/professionalteacherstationchange/print`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};

View File

@@ -62,8 +62,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionaltitlerelation/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -76,8 +76,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionaltitlerelation/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -101,8 +101,8 @@ export const delTitleObj = (id: string | number) => {
url: `/professional/professionaltitlerelation/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -137,4 +137,3 @@ export const titleCountInfo = () => {
method: 'get',
});
};

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/teacherbase/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/teacherbase/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -341,5 +341,3 @@ export const search = (data: string | number) => {
method: 'get',
});
};

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/academicqualificationsconfig/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/academicqualificationsconfig/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -90,4 +90,3 @@ export const getQualificationList = () => {
method: 'get',
});
};

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionalacademicdegreeconfig/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionalacademicdegreeconfig/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -90,4 +90,3 @@ export const getDegreeList = () => {
method: 'get',
});
};

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionalacademiceducationtypeconfig/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionalacademiceducationtypeconfig/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -90,4 +90,3 @@ export const getAllTypeList = () => {
method: 'get',
});
};

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionalatstation/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionalatstation/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -90,4 +90,3 @@ export const getAtStationList = () => {
method: 'get',
});
};

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionalemploymentnature/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionalemploymentnature/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -90,4 +90,3 @@ export const getEmploymentNatureList = () => {
method: 'get',
});
};

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionalmajorstation/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionalmajorstation/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -90,4 +90,3 @@ export const getMajorStationList = () => {
method: 'get',
});
};

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionalpaperconfig/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionalpaperconfig/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -90,4 +90,3 @@ export const getPaperConfigList = () => {
method: 'get',
});
};

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionalpartybranch/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionalpartybranch/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -80,4 +80,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionalqualificationconfig/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionalqualificationconfig/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -90,4 +90,3 @@ export const getLevelList = () => {
method: 'get',
});
};

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionalstationdutylevel/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionalstationdutylevel/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -90,4 +90,3 @@ export const getStationDutyLevelList = () => {
method: 'get',
});
};

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionalstationtype/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionalstationtype/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -90,4 +90,3 @@ export const getStationTypeList = () => {
method: 'get',
});
};

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionalteachercertificateconf/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionalteachercertificateconf/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -90,4 +90,3 @@ export const getTeacherCertificateList = () => {
method: 'get',
});
};

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionalteachertype/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionalteachertype/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -90,4 +90,3 @@ export const getTeacherTypeList = () => {
method: 'get',
});
};

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionalteachingmaterialconfig/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionalteachingmaterialconfig/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -80,4 +80,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionaltitlelevelconfig/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionaltitlelevelconfig/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -90,4 +90,3 @@ export const getProfessionalTitleList = () => {
method: 'get',
});
};

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionaltopiclevelconfig/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionaltopiclevelconfig/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -80,4 +80,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionaltopicsourceconfig/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionaltopicsourceconfig/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -80,4 +80,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/professionalworktype/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/professionalworktype/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -90,4 +90,3 @@ export const getWorkTypeList = () => {
method: 'get',
});
};

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/typeofworkconfig/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/typeofworkconfig/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -80,4 +80,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -74,4 +74,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -74,4 +74,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -74,4 +74,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -180,4 +180,3 @@ export const queryExtendSalaryInfo = (obj: any) => {
data: obj,
});
};

View File

@@ -190,4 +190,3 @@ export const queryExtendSalaryInfo = (obj: any) => {
data: obj,
});
};

View File

@@ -74,4 +74,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -97,4 +97,3 @@ export const uploadMaterial = (obj: any) => {
data: obj,
});
};

View File

@@ -51,4 +51,3 @@ export const subMidCheck = (obj: any) => {
data: obj,
});
};

View File

@@ -51,4 +51,3 @@ export const subMidCheck = (obj: any) => {
data: obj,
});
};

View File

@@ -206,4 +206,3 @@ export const editReportUser = (obj: any) => {
data: obj,
});
};

View File

@@ -74,4 +74,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -50,8 +50,8 @@ export const getObj = (id: string | number) => {
url: `/professional/outercompany/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -64,8 +64,8 @@ export const delObj = (id: string | number) => {
url: `/professional/outercompany/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -92,4 +92,3 @@ export const getList = (query?: any) => {
params: query,
});
};

View File

@@ -62,8 +62,8 @@ export const getObj = (id: string | number) => {
url: `/professional/outercompanyemployee/getById`,
method: 'get',
params: {
id: id
}
id: id,
},
});
};
@@ -76,8 +76,8 @@ export const delObj = (id: string | number) => {
url: `/professional/outercompanyemployee/deleteById`,
method: 'post',
data: {
id: id
}
id: id,
},
});
};
@@ -128,4 +128,3 @@ export const remoteInfo = (params?: any) => {
params: params,
});
};

View File

@@ -74,4 +74,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -40,4 +40,3 @@ export const gen = (obj: any) => {
data: obj,
});
};

View File

@@ -51,4 +51,3 @@ export const delObj = (id: string | number) => {
method: 'delete',
});
};

View File

@@ -74,4 +74,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -3,4 +3,3 @@
* 为了保持向后兼容性,从 professionaluser/teacherbase 重新导出
*/
export * from '/@/api/professional/professionaluser/teacherbase';

View File

@@ -74,4 +74,3 @@ export const putObj = (obj: any) => {
data: obj,
});
};

View File

@@ -144,4 +144,3 @@ export const rechooseNucleType = (obj: any) => {
data: obj,
});
};