外租装备管理
This commit is contained in:
parent
15bf303f66
commit
ea70083874
|
|
@ -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
Loading…
Reference in New Issue