入表功调整
Showing
2 changed files
with
2 additions
and
3 deletions
| ... | @@ -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 | /** 获取成本项详情 */ | ... | ... |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment