|
|
@@ -33,12 +33,12 @@ export const containersRemove = (ids) => {
|
|
|
})
|
|
|
}
|
|
|
// 删除
|
|
|
-export const removeById = (id) => {
|
|
|
+export const removeById = (ids) => {
|
|
|
return request({
|
|
|
- url: '/api/blade-los/containers/removeById',
|
|
|
+ url: '/api/blade-los/tradingBox/removeById',
|
|
|
method: 'get',
|
|
|
params: {
|
|
|
- id,
|
|
|
+ ids,
|
|
|
}
|
|
|
})
|
|
|
}
|