Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
80dbf143
authored
2025-04-06 13:02:39 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
获取自有资产目录数据
1 parent
dbd6f569
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
src/api/modules/dataEntry.ts
src/api/modules/dataEntry.ts
View file @
80dbf14
...
...
@@ -2,7 +2,8 @@ import request from "@/utils/request";
/** 获取资产目录列表 */
export
const
getAssetCatalog
=
(
params
=
{})
=>
request
({
url
:
`
${
import
.
meta
.
env
.
VITE_API_NEW_PORTAL
}
/dam-catalog-table/dam-list`
,
// url: `${import.meta.env.VITE_API_NEW_PORTAL}/dam-catalog-table/dam-list`,
url
:
`
${
import
.
meta
.
env
.
VITE_API_NEW_PORTAL
}
/dam-catalog-table/intable-dam-list`
,
method
:
'get'
,
params
})
...
...
@@ -83,4 +84,4 @@ export const deleteValuationMode = (params) => request({
export
const
getValuationModelDetail
=
(
params
)
=>
request
({
url
:
`
${
import
.
meta
.
env
.
VITE_API_NEW_PORTAL
}
/valuation-model/detail?guid=
${
params
.
guid
}
`
,
method
:
'get'
})
\ No newline at end of file
})
...
...
Write
Preview
Styling with
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