Browse Source

Update index.vue

master
xuwenbo 4 years ago
parent
commit
036d4b93b6
  1. 2
      src/components/material/index.vue

2
src/components/material/index.vue

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

Loading…
Cancel
Save