外租装备管理

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

@ -28,4 +28,10 @@ export const updateStatus = (data: any = {}) => {
//自有装备模板选择
export const getContractSelectList = () => {
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