80dbf143 by lxs

获取自有资产目录数据

1 parent dbd6f569
...@@ -2,7 +2,8 @@ import request from "@/utils/request"; ...@@ -2,7 +2,8 @@ import request from "@/utils/request";
2 2
3 /** 获取资产目录列表 */ 3 /** 获取资产目录列表 */
4 export const getAssetCatalog = (params= {}) => request({ 4 export const getAssetCatalog = (params= {}) => request({
5 url: `${import.meta.env.VITE_API_NEW_PORTAL}/dam-catalog-table/dam-list`, 5 // url: `${import.meta.env.VITE_API_NEW_PORTAL}/dam-catalog-table/dam-list`,
6 url: `${import.meta.env.VITE_API_NEW_PORTAL}/dam-catalog-table/intable-dam-list`,
6 method: 'get', 7 method: 'get',
7 params 8 params
8 }) 9 })
...@@ -83,4 +84,4 @@ export const deleteValuationMode = (params) => request({ ...@@ -83,4 +84,4 @@ export const deleteValuationMode = (params) => request({
83 export const getValuationModelDetail = (params) => request({ 84 export const getValuationModelDetail = (params) => request({
84 url: `${import.meta.env.VITE_API_NEW_PORTAL}/valuation-model/detail?guid=${params.guid}`, 85 url: `${import.meta.env.VITE_API_NEW_PORTAL}/valuation-model/detail?guid=${params.guid}`,
85 method: 'get' 86 method: 'get'
86 })
...\ No newline at end of file ...\ No newline at end of file
87 })
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!