bug:素材上传排序条件报错

This commit is contained in:
xuwenbo
2020-05-18 14:51:40 +08:00
parent 359029c673
commit c5c02ca91f

View File

@ -341,7 +341,7 @@ export default {
size: page.pageSize, size: page.pageSize,
descs: this.page.descs, descs: this.page.descs,
ascs: this.page.ascs, ascs: this.page.ascs,
sort: 'createTime,desc' sort: 'create_time,desc'
}, { }, {
groupId: this.groupId groupId: this.groupId
})).then(response => { })).then(response => {