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 2cf233ac
authored
Dec 06, 2023
by
Thews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20231206wangwansu
1 parent
3d436ae1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
src/api/index.js
src/api/index.js
View file @
2cf233a
...
...
@@ -23,4 +23,10 @@ export function query_jia_gou_gui_shu(params) {// 查询架构归属
}
export
function
delete_jia_gou_gui_shu
(
params
)
{
// 删除架构元素列表某项
return
post
(
'/ele/deleteEle'
,
params
);
}
// 架构元素关系管理
// 列表查询
export
function
getJGYSGLlist
(
params
)
{
return
get
(
'/eleRel/'
,
params
);
}
\ No newline at end of file
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