From 9f90b6113414ca3228afd9ce87a2cb96cb860cdb Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Thu, 9 Feb 2023 09:37:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/product/udiinfoExport.vue | 6 +++++- src/views/thirdSys/inv/index.vue | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/basic/product/udiinfoExport.vue b/src/views/basic/product/udiinfoExport.vue index e4bed3a3..6b080dd8 100644 --- a/src/views/basic/product/udiinfoExport.vue +++ b/src/views/basic/product/udiinfoExport.vue @@ -15,7 +15,7 @@ 显示/隐藏搜索栏 重置 - 查询 + 查询 导出医疗器械信息 @@ -129,6 +129,10 @@ export default { hideSearch() { this.showSearch = !this.showSearch; }, + Onsearch(){ + this.filterQuery.page=1; + this.getList(); + }, getList() { this.loading = true; filterLog(this.filterQuery) diff --git a/src/views/thirdSys/inv/index.vue b/src/views/thirdSys/inv/index.vue index 8c4308ad..05752bde 100644 --- a/src/views/thirdSys/inv/index.vue +++ b/src/views/thirdSys/inv/index.vue @@ -561,6 +561,7 @@ export default { this.subFormVisible = false; }); this.resetForm(); + },