From b5fbb8400fe76f6139b1899f35027e3eea03fafa Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Fri, 12 Jan 2024 09:48:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E9=87=8F=E6=8C=82=E6=8E=A5bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../collectReorganizi/batchConnection/index.vue | 12 ++++++++++++ .../batchConnection/module/detail.vue | 5 ++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/src/views/collectReorganizi/batchConnection/index.vue b/src/views/collectReorganizi/batchConnection/index.vue index 3822dcb..fef95f3 100644 --- a/src/views/collectReorganizi/batchConnection/index.vue +++ b/src/views/collectReorganizi/batchConnection/index.vue @@ -120,11 +120,23 @@ export default { return null } }, + watch: { + blurryTime(newValue, oldValue) { + if (newValue === null) { + this.crud.query.startTime = '' + this.crud.query.endTime = '' + this.crud.refresh() + } + } + }, created() { }, mounted() { }, methods: { + handleChange() { + alert('111') + }, [CRUD.HOOK.beforeRefresh]() { if (this.blurryTime) { this.crud.query.startTime = this.blurryTime[0] diff --git a/src/views/collectReorganizi/batchConnection/module/detail.vue b/src/views/collectReorganizi/batchConnection/module/detail.vue index 70200ea..497e358 100644 --- a/src/views/collectReorganizi/batchConnection/module/detail.vue +++ b/src/views/collectReorganizi/batchConnection/module/detail.vue @@ -11,7 +11,7 @@