首页地图

This commit is contained in:
cxc
2022-10-01 09:12:01 +08:00
parent 25ed1387a7
commit e8fb69f0e3
56 changed files with 4910 additions and 941 deletions

View File

@ -28,6 +28,14 @@ export function insertEnterprise(data) {
data,
});
}
// 专家入驻
export function insertCasExpert(data) {
return request({
url: "/app/expert/insertCasExpert",
method: "post",
data,
});
}
// 所属单位
export function researchSelect() {
return request({
@ -40,14 +48,6 @@ export function laboratorySelect() {
url: "/enterprise/v1/manage/research/laboratory",
});
}
// 专家入驻
export function expert(data) {
return request({
url: "/enterprise/v1/settled/expert",
method: "post",
data,
});
}
// 科研机构入驻
export function research(data) {
return request({