Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chunshand/qdev
/ handleInitLoadData
Function
handleInitLoadData
admin/src/components/Qdev/Table/hook.ts:111–116 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
109
* 首次加载列表数据
110
*/
111
const
handleInitLoadData = () => {
112
if
(paginationData.currentPage === 1) {
113
handleGetTableData()
114
}
115
paginationData.currentPage = 1
116
}
117
118
/**
119
* 监听分页参数的变化
Callers
2
handleRefreshData
Function · 0.85
useTable
Function · 0.85
Calls
1
handleGetTableData
Function · 0.85
Tested by
no test coverage detected