重传审批添加默认查询条件
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2025-04-11 15:42:24 +08:00
parent 3ab9b48842
commit 10c1fb0bbc
1 changed files with 2 additions and 2 deletions

View File

@ -211,8 +211,8 @@ const searchDataDefault = () => {
VisitPlanArray: [], VisitPlanArray: [],
PageIndex: 1, PageIndex: 1,
PageSize: 20, PageSize: 20,
Asc: true, Asc: false,
SortField: null SortField: 'CreateTime'
} }
} }
export default { export default {