Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 15c7b4f5
authored
Dec 18, 2023
by
Thews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20231218汪皖苏
1 parent
48e1eb09
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
src/api/index.js
src/views/etpManage/index.vue
src/api/index.js
View file @
15c7b4f
...
@@ -185,3 +185,21 @@ export function exportFileDianXingAnLiSelectData(params) {
...
@@ -185,3 +185,21 @@ export function exportFileDianXingAnLiSelectData(params) {
export
function
addReportTemplateFabric
(
params
)
{
export
function
addReportTemplateFabric
(
params
)
{
return
post
(
'/oss/upload'
,
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
src/views/etpManage/index.vue
View file @
15c7b4f
...
@@ -166,6 +166,12 @@ import {
...
@@ -166,6 +166,12 @@ import {
getJGYSGLUpdateBatch
,
getJGYSGLUpdateBatch
,
getEleList
,
getEleList
,
query_jia_gou_gui_shu
,
query_jia_gou_gui_shu
,
getETPManageList
,
getETPManageAdd
,
getETPManageUpdate
,
getETPManageDel
,
}
from
"@/api/index.js"
;
}
from
"@/api/index.js"
;
import
$
from
'jquery'
;
import
$
from
'jquery'
;
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment