xiangpei
2025-02-24 3615578878f3a406e4dc23056915e7bc30208304
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() {