From bfc646d3a39471f48d04955a8e66449b0526a825 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Thu, 29 Jul 2021 14:50:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A1=B5=E9=9D=A2loading=20=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/business/complex-table/index.vue | 1 - frontend/src/views/system/task/DatasetTaskList.vue | 2 +- frontend/src/views/system/task/TaskRecord.vue | 3 +-- frontend/src/views/system/task/dataset.vue | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/business/complex-table/index.vue b/frontend/src/components/business/complex-table/index.vue index 52fcb5e906..c4b20dddff 100644 --- a/frontend/src/components/business/complex-table/index.vue +++ b/frontend/src/components/business/complex-table/index.vue @@ -75,7 +75,6 @@ export default { }, methods: { search(condition, e) { - console.log(condition) if (condition) { this.condition = condition } diff --git a/frontend/src/views/system/task/DatasetTaskList.vue b/frontend/src/views/system/task/DatasetTaskList.vue index c6da2df83b..c07cffd1a8 100644 --- a/frontend/src/views/system/task/DatasetTaskList.vue +++ b/frontend/src/views/system/task/DatasetTaskList.vue @@ -1,6 +1,6 @@