update ZR.Vue/src/api/monitor/job.js.

queryTasks方法参数错误,get请求传参要加params

Signed-off-by: xbzhu <5430389+xbzhu@user.noreply.gitee.com>
This commit is contained in:
xbzhu 2023-05-25 03:31:38 +00:00 committed by Gitee
parent a7d79fbc72
commit 2f90434d78
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -4,7 +4,7 @@ export function queryTasks(data) {
return request({
url: '/system/tasks/list',
method: 'get',
data
params: data,
})
}