6637b003 by lxs

入表功调整

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