From b06852feff83ca672659312d6ae02f7dc69180bb Mon Sep 17 00:00:00 2001 From: opensnail <598092184@qq.com> Date: Sat, 22 Jun 2024 17:02:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(sj=5F1.1.0-beta1):=20=E5=AE=8C=E6=88=90?= =?UTF-8?q?=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1=E6=89=B9=E6=AC=A1=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/typings/api.d.ts | 2 +- .../job/batch/modules/job-batch-search.vue | 49 ++++++++++++++++++- .../batch/modules/workflow-batch-search.vue | 9 ++-- 3 files changed, 52 insertions(+), 8 deletions(-) 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 @@