Browse Source

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

master
xuwenbo 4 years ago
parent
commit
c5c02ca91f
  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: 'createTime,desc' sort: 'create_time,desc'
}, { }, {
groupId: this.groupId groupId: this.groupId
})).then(response => { })).then(response => {

Loading…
Cancel
Save