|
@@ -168,7 +168,7 @@ export default {
|
|
...this.searchForm,
|
|
...this.searchForm,
|
|
sort: {
|
|
sort: {
|
|
order: 'desc',
|
|
order: 'desc',
|
|
- orderBy: 'create_time',
|
|
|
|
|
|
+ orderBy: 'msgCreateTime',
|
|
},
|
|
},
|
|
};
|
|
};
|
|
if (this.time && this.time.length >= 2) {
|
|
if (this.time && this.time.length >= 2) {
|