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 2d493bc7
authored
Jan 17, 2024
by
Thews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20240117wangwansu
1 parent
13b15726
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 @
2d493bc
...
@@ -352,3 +352,14 @@ export function getArchiAssetManageAdd(params) {
...
@@ -352,3 +352,14 @@ export function getArchiAssetManageAdd(params) {
export
function
getArchiAssetManageUpdate
(
params
)
{
export
function
getArchiAssetManageUpdate
(
params
)
{
return
post
(
'/network/arc-ast-bi/upd'
,
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 @
2d493bc
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