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(); + },