crud.js
This commit is contained in:
@@ -146,8 +146,8 @@ function CRUD(options) {
|
|||||||
table.store.states.treeData = {}
|
table.store.states.treeData = {}
|
||||||
table.store.states.lazyTreeNodeMap = {}
|
table.store.states.lazyTreeNodeMap = {}
|
||||||
}
|
}
|
||||||
crud.page.total = data.total
|
crud.page.total = data.totalElements
|
||||||
crud.data = data.records
|
crud.data = data.content
|
||||||
crud.resetDataStatus()
|
crud.resetDataStatus()
|
||||||
// time 毫秒后显示表格
|
// time 毫秒后显示表格
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user