5b046d4a by lxs

入表功调整

1 parent c4eb6d2f
...@@ -8,10 +8,9 @@ export const getAssetCatalog = (params= {}) => request({ ...@@ -8,10 +8,9 @@ export const getAssetCatalog = (params= {}) => request({
8 }) 8 })
9 9
10 /** 获取成本项列表 */ 10 /** 获取成本项列表 */
11 export const getCostList = (params) => request({ 11 export const getCostList = () => request({
12 url: `${import.meta.env.VITE_API_NEW_PORTAL}/tableentry-index-classify/page-list`, 12 url: `${import.meta.env.VITE_API_NEW_PORTAL}/tableentry-index-classify/list`,
13 method: 'post', 13 method: 'post',
14 data: params
15 }) 14 })
16 15
17 /** 获取成本项详情 */ 16 /** 获取成本项详情 */
...@@ -83,4 +82,4 @@ export const deleteValuationMode = (params) => request({ ...@@ -83,4 +82,4 @@ export const deleteValuationMode = (params) => request({
83 export const getValuationModelDetail = (params) => request({ 82 export const getValuationModelDetail = (params) => request({
84 url: `${import.meta.env.VITE_API_NEW_PORTAL}/valuation-model/detail?guid=${params.guid}`, 83 url: `${import.meta.env.VITE_API_NEW_PORTAL}/valuation-model/detail?guid=${params.guid}`,
85 method: 'get' 84 method: 'get'
86 })
...\ No newline at end of file ...\ No newline at end of file
85 })
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!