@@ -531,7 +531,8 @@ export default {
userId: this.$store.state.userInfo.id,
status: this.status,
prefixName: this.moreTitle
- }
+ },
+ sort: 'id,desc'
},
{ body: 'json' }
)