From 6e402a3ac8f0bcfd36b16a9594a327eddbf5034e Mon Sep 17 00:00:00 2001 From: liyawei Date: Mon, 15 Aug 2022 10:48:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E9=A1=B9=E6=94=B6=E9=9B=86?= =?UTF-8?q?=E6=B8=85=E5=8D=95=20=E6=90=9C=E7=B4=A2=E5=88=86=E9=A1=B5?= =?UTF-8?q?=E4=B8=BA1=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ParameterItemCollectionList.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index 27e096bb4..1a2c2fbb3 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -877,6 +877,7 @@ sqp['superQueryMatchType'] = matchType } this.queryParamQuery = sqp + this.$refs.CollectionTabel.pageNo = 1 // this.$refs.CollectionTabel.getTableList(this.queryParamQuery) eventBUs.$emit('getTableList',this.queryParamQuery) }, @@ -1563,12 +1564,13 @@ handleCody() { }, searchQuery() { - this.pageNo = 1 + this.$refs.CollectionTabel.pageNo = 1 this.$refs.CollectionTabel.getTableList() }, searchReset() { this.formInline = {} this.queryParamQuery = {} + this.$refs.CollectionTabel.pageNo = 1 this.$refs.CollectionTabel.getTableListReset() this.$refs.globalAdvancedQueryRef.handleReset() // this.$refs.globalAdvancedQueryRef.emitCallback()