统一分页回传结构体

This commit is contained in:
pixel
2020-04-08 14:35:45 +08:00
parent 1051db5d4c
commit d198856633
6 changed files with 2 additions and 20 deletions

View File

@@ -68,22 +68,8 @@ export default {
return {
fullscreenLoading:false,
listApi: getFileList,
listKey: 'list',
path: path,
tableData: [
{
UpdatedAt: '2019-10-25',
name: '文件名.jpg',
url: 'http://qmplusimg.henrongyi.top/1571321688timg.jpg',
tag: 'jpg'
},
{
UpdatedAt: '2019-10-25',
name: '文件名.jpg',
url: 'http://qmplusimg.henrongyi.top/157162774820191015140921496.gif',
tag: 'gif'
}
]
tableData: []
}
},
computed: {