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