外租装备管理

This commit is contained in:
lSun 2026-01-23 15:17:38 +08:00
parent 15bf303f66
commit ea70083874
2 changed files with 706 additions and 424 deletions

View File

@ -29,3 +29,9 @@ export const updateStatus = (data: any = {}) => {
export const getContractSelectList = () => { export const getContractSelectList = () => {
return get('/material-mall/contract/lisTemplate', {}) return get('/material-mall/contract/lisTemplate', {})
} }
//装备名称下拉框获取
export const getCategoryList = (data: any = {}) => {
return get('/material-mall/owner/getCategoryList', data)
}

File diff suppressed because it is too large Load Diff