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