fix: 去除请求方法PATCH
This commit is contained in:
@@ -220,6 +220,6 @@ export function taskRun(data: Record<string, any>) {
|
|||||||
export function taskStop(data: Record<string, any>) {
|
export function taskStop(data: Record<string, any>) {
|
||||||
return request({
|
return request({
|
||||||
url: `/api/rest/performanceManagement/v1/elementType/${data.neType.toLowerCase()}/objectType/measureTask?id=${data.id}`,
|
url: `/api/rest/performanceManagement/v1/elementType/${data.neType.toLowerCase()}/objectType/measureTask?id=${data.id}`,
|
||||||
method: 'PATCH',
|
method: 'PUT',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user