MCPcopy Index your code
hub / github.com/su-kaka/gcli2api / changePageSize

Function changePageSize

front/common.js:232–236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

230
231 // 改变每页大小
232 changePageSize() {
233 this.pageSize = parseInt(document.getElementById(this.getElementId('PageSizeSelect')).value);
234 this.currentPage = 1;
235 this.refresh();
236 },
237
238 // 应用状态筛选
239 applyStatusFilter() {

Callers

nothing calls this directly

Calls 1

refreshMethod · 0.80

Tested by

no test coverage detected