From 4e5614e7fac1bf0a8a794bf51c62b9c5157bb175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Tue, 22 Aug 2023 17:25:26 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=96=87=E6=A1=A3=E5=BA=93=E6=94=B9?= =?UTF-8?q?=E4=BD=BF=E7=94=A8JTable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/customField/Search.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/customField/Search.vue b/src/components/customField/Search.vue index 2f268b33..16f8eaf7 100644 --- a/src/components/customField/Search.vue +++ b/src/components/customField/Search.vue @@ -235,12 +235,12 @@ export default { methods: { searchQuery () { this.$emit('search', JSON.parse(JSON.stringify(this.queryParam))) - // eventBus.$emit('searchQuery', JSON.parse(JSON.stringify(this.queryParam))) + eventBus.$emit('searchQuery', JSON.parse(JSON.stringify(this.queryParam))) }, searchReset () { this.queryParam = {} this.$emit('reset', JSON.parse(JSON.stringify(this.queryParam))) - // eventBus.$emit('searchQuery', JSON.parse(JSON.stringify(this.queryParam))) + eventBus.$emit('searchQuery', JSON.parse(JSON.stringify(this.queryParam))) }, // 获取查询条件列表 getSearch () {