bug:修改素材索引参数问题

This commit is contained in:
xuwenbo
2020-05-19 09:47:11 +08:00
parent 036d4b93b6
commit f34ec38611

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 => {