From 14a122f3d5df0c67be4f2ab7dfb3bd1fcc3364e7 Mon Sep 17 00:00:00 2001 From: liyongde <1419499670@qq.com> Date: Thu, 18 Apr 2024 15:24:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=A5=E5=BF=97=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E5=B7=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lms/nladmin-ui/src/views/lucene/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lms/nladmin-ui/src/views/lucene/index.vue b/lms/nladmin-ui/src/views/lucene/index.vue index b2bc976..707ca1f 100644 --- a/lms/nladmin-ui/src/views/lucene/index.vue +++ b/lms/nladmin-ui/src/views/lucene/index.vue @@ -41,6 +41,7 @@ @@ -125,6 +126,10 @@ export default { this.queryData() }, queryData() { + if (this.query.createTime) { + this.query.startTime = this.query.createTime[0] + this.query.endTime = this.query.createTime[1] + } luceneOperation.getLogData(this.query).then(res => { this.logs = [] // 清空 var ansi_up = new AnsiUp()