From 6cc04d944bf18f0f59e3501189d446165b6847ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Thu, 17 Mar 2022 18:00:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=B6=E9=9B=86=E7=94=A8=E6=88=B7-?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=89=A7=E8=A1=8C=E5=88=97=E8=A1=A8=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=90=9C=E7=B4=A2=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../accounts/GatheredUser/TaskDetail/TaskExecutionList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/accounts/GatheredUser/TaskDetail/TaskExecutionList.vue b/src/views/accounts/GatheredUser/TaskDetail/TaskExecutionList.vue index 368da7053..1c9195421 100644 --- a/src/views/accounts/GatheredUser/TaskDetail/TaskExecutionList.vue +++ b/src/views/accounts/GatheredUser/TaskDetail/TaskExecutionList.vue @@ -21,7 +21,7 @@ export default { hasBulkDelete: false, hasImport: false, hasExport: false, - hasSearch: true + hasSearch: false }, tableConfig: { url: `/api/v1/xpack/gathered-user/task-executions/?task=${this.object.id}`,