Ver código fonte

修改会话管理列表排序

zhanglikun 4 anos atrás
pai
commit
11b06998a0
1 arquivos alterados com 1 adições e 1 exclusões
  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) {