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 23631130
authored
Jun 06, 2024
by
xiehao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:删除了试用范围
1 parent
33c82743
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/api/index.js
src/api/index.js
View file @
2363113
...
...
@@ -134,11 +134,11 @@ export function getViewNameList(params) {
}
// 获取元素和元素关系列表
export
function
getEleList
(
params
)
{
return
post
(
EADC_ARRCHITECTURE
+
'/
archi-vw
/ele-list'
,
params
)
return
post
(
EADC_ARRCHITECTURE
+
'/
ele
/ele-list'
,
params
)
}
export
function
gtEleRelList
(
params
)
{
return
post
(
EADC_ARRCHITECTURE
+
'/
archi-vw
/rel-list'
,
params
)
}
return
post
(
EADC_ARRCHITECTURE
+
'/
ele-rel
/rel-list'
,
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