Commit 15c7b4f5 by Thews

20231218汪皖苏

1 parent 48e1eb09
Showing with 25 additions and 0 deletions
......@@ -185,3 +185,21 @@ export function exportFileDianXingAnLiSelectData(params) {
export function addReportTemplateFabric(params) {
return post('/oss/upload', params);
}
// 专家人才库管理
// 列表查询
export function getETPManageList(params) {
return post('/kl-talent-pool/', params);
}
// 新建专家人才库
export function getETPManageAdd(params) {
return post('/kl-talent-pool/create', params);
}
// 编辑专家人才库
export function getETPManageUpdate(params) {
return post('/kl-talent-pool/update', params);
}
// 编辑专家人才库
export function getETPManageDel(params) {
return post('/kl-talent-pool/delete', params);
}
\ No newline at end of file
......@@ -166,6 +166,12 @@ import {
getJGYSGLUpdateBatch,
getEleList,
query_jia_gou_gui_shu,
getETPManageList,
getETPManageAdd,
getETPManageUpdate,
getETPManageDel,
} from "@/api/index.js";
import $ from 'jquery';
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!