mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-23 17:31:11 +01:00
bug fix
This commit is contained in:
@@ -36,7 +36,7 @@ func GetTaskList(c *gin.Context) {
|
||||
data.PageNum = 1
|
||||
}
|
||||
if data.PageSize == 0 {
|
||||
data.PageNum = 10
|
||||
data.PageSize = 10
|
||||
}
|
||||
|
||||
// 过滤条件
|
||||
|
||||
Reference in New Issue
Block a user