Browse Source

修改差异

zhanglikun 4 years ago
parent
commit
01b0e4bb14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/apps/mobile/views/dialogue-bank/index.vue

+ 1 - 1
src/apps/mobile/views/dialogue-bank/index.vue

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