spring
2025-02-17 37c0ea0c11276b22fb8102c14548241826b9fcb2
src/views/standard/model/index.vue
@@ -236,6 +236,7 @@
    },
    pagination({ page, limit }) {
      this.page.current = page;
      this.page.size = limit;
      this.getList();
    },
    refreshTable(e) {