diff --git a/src/typings/api.d.ts b/src/typings/api.d.ts index 233a420..148ae43 100644 --- a/src/typings/api.d.ts +++ b/src/typings/api.d.ts @@ -1090,7 +1090,7 @@ declare namespace Api { /** JobBatch search params */ type JobBatchSearchParams = CommonType.RecordNullable< - Pick & + Pick & CommonSearchParams & { datetimeRange?: [string, string] } >; diff --git a/src/views/job/batch/modules/job-batch-search.vue b/src/views/job/batch/modules/job-batch-search.vue index 57b8856..b5b7ddb 100644 --- a/src/views/job/batch/modules/job-batch-search.vue +++ b/src/views/job/batch/modules/job-batch-search.vue @@ -1,8 +1,10 @@