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 55cb98ab
authored
Jan 17, 2024
by
liuyong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://47.97.176.204:19000/wangwansu/iact_jiagou_drowio
2 parents
bc123b32
2d493bc7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
src/api/index.js
src/views/comCenterServeList/pages/page1.vue
src/api/index.js
View file @
55cb98a
...
...
@@ -352,3 +352,14 @@ export function getArchiAssetManageAdd(params) {
export
function
getArchiAssetManageUpdate
(
params
)
{
return
post
(
'/network/arc-ast-bi/upd'
,
params
);
}
// 企业中台服务清单
// 获取列表
export
function
getComCenterServeList
(
params
)
{
return
post
(
'/network/arc-aby-iy/selectList'
,
params
);
}
// 查看详情
export
function
getComCenterServeDetail
(
params
)
{
return
post
(
'/network/arc-aby-iy/'
,
params
);
}
src/views/comCenterServeList/pages/page1.vue
View file @
55cb98a
This diff is collapsed.
Click to expand it.
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