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 5f8e7c02
authored
Dec 07, 2023
by
Thews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20231207wangwansu
1 parent
e484d4bc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
src/api/index.js
src/api/index.js
View file @
5f8e7c0
...
@@ -27,11 +27,6 @@ export function delete_jia_gou_gui_shu(params) {// 删除架构元素列表某
...
@@ -27,11 +27,6 @@ export function delete_jia_gou_gui_shu(params) {// 删除架构元素列表某
export
function
version_release_jia_gou_gui_shu
(
params
)
{
// 版本发布
export
function
version_release_jia_gou_gui_shu
(
params
)
{
// 版本发布
return
post
(
'/ele/updateEleBatch'
,
params
);
return
post
(
'/ele/updateEleBatch'
,
params
);
}
}
// 架构元素关系管理
// 列表查询
export
function
getJGYSGLlist
(
params
)
{
return
post
(
'/eleRel/'
,
params
);
}
export
function
add_jia_gou_yuan_su
(
params
)
{
// 架构元素管理,新建
export
function
add_jia_gou_yuan_su
(
params
)
{
// 架构元素管理,新建
return
post
(
'/ele/addEle'
,
params
);
return
post
(
'/ele/addEle'
,
params
);
}
}
...
...
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