zhanglikun 4 anni fa
parent
commit
3770f6459d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,
                 sort: {
                     order: 'desc',
-                    orderBy: 'msgCreateTime',
+                    orderBy: 'create_time',
                 },
             };
             if (this.time && this.time.length >= 2) {