获取自有资产目录数据
Showing
1 changed file
with
3 additions
and
2 deletions
| ... | @@ -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 | }) | ... | ... |
-
Please register or sign in to post a comment