src/views/projectEngineering/projectLibrary/index.vue
@@ -307,7 +307,7 @@ :total="total" :page.sync="queryParams.currentPage" :limit.sync="queryParams.pageSize" @pagination="getList" @pagination="() => getList(null)" /> <FileDialog @@ -608,7 +608,7 @@ /** 搜索按钮操作 */ handleQuery() { this.queryParams.currentPage = 1; this.getList(); this.getList(null); }, /** 重置按钮操作 */ resetQuery() {