联调案例库
This commit is contained in:
@@ -80,7 +80,7 @@ export default class TableStore {
|
||||
)
|
||||
).then((res: any) => {
|
||||
if (res.data) {
|
||||
this.table.data = res.data?.records || res.data
|
||||
this.table.data = res.data.records || res.data
|
||||
this.table.total = res.data?.total || res.data.length || 0
|
||||
} else {
|
||||
this.table.data = []
|
||||
|
||||
Reference in New Issue
Block a user