1
This commit is contained in:
@@ -71,7 +71,7 @@ export function delObj(id: string | number) {
|
|||||||
return request({
|
return request({
|
||||||
url: '/purchase/purchasingcategory/delete',
|
url: '/purchase/purchasingcategory/delete',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: id
|
data: {id:id}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user