Source/UBCS-WEB/src/views/docking/loge.vue
@@ -321,7 +321,7 @@ query['conditionMap["' + key + '"]'] = this.query[key]; } } getLogoList(page.currentPage, page.pageSize, Object.assign(params,this.params, query,this.query)).then(res => { getLogoList(page.currentPage, page.pageSize, 'desc',Object.assign(params,this.params, query,this.query),).then(res => { const data = res.data.data; this.page.total = data.total; this.data = data.records;