This commit is contained in:
quantulr
2022-10-19 00:22:03 +08:00
parent 656b6ef510
commit fd5e278fa7
12 changed files with 477 additions and 139 deletions

View File

@ -74,6 +74,6 @@ export function serviceCaseEdit(data) {
export function serviceCaseDelete(ids) {
return request({
url: `/business/solutionCase/${ids}`,
method: "post",
method: "delete",
});
}