Update index.vue
This commit is contained in:
@ -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: 'create_time,desc'
|
sort: 'createTime,desc'
|
||||||
}, {
|
}, {
|
||||||
groupId: this.groupId
|
groupId: this.groupId
|
||||||
})).then(response => {
|
})).then(response => {
|
||||||
|
Reference in New Issue
Block a user