80dbf143 by lxs

获取自有资产目录数据

1 parent dbd6f569
......@@ -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
})
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!