638335cc by lxs

入表功调整

1 parent 812516c7
...@@ -9,10 +9,9 @@ export const getAssetCatalog = (params= {}) => request({ ...@@ -9,10 +9,9 @@ export const getAssetCatalog = (params= {}) => request({
9 }) 9 })
10 10
11 /** 获取成本项列表 */ 11 /** 获取成本项列表 */
12 export const getCostList = (params) => request({ 12 export const getCostList = () => request({
13 url: `${import.meta.env.VITE_API_NEW_PORTAL}/tableentry-index-classify/page-list`, 13 url: `${import.meta.env.VITE_API_NEW_PORTAL}/tableentry-index-classify/list`,
14 method: 'post', 14 method: 'post',
15 data: params
16 }) 15 })
17 16
18 /** 获取成本项详情 */ 17 /** 获取成本项详情 */
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!