Skip to content

Commit 8a4bf8d

Browse files
committed
fix:job delete
1 parent 387db35 commit 8a4bf8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/sysjob.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function updateSysJob(data) {
3939
export function delSysJob(jobId) {
4040
return request({
4141
url: '/api/v1/sysjob/' + jobId,
42-
method: 'get'
42+
method: 'delete'
4343
})
4444
}
4545

0 commit comments

Comments
 (0)