panhui hace 3 años
padre
commit
8effd7fc02
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/Store.vue

+ 2 - 1
src/views/Store.vue

@@ -531,7 +531,8 @@ export default {
                             userId: this.$store.state.userInfo.id,
                             status: this.status,
                             prefixName: this.moreTitle
-                        }
+                        },
+                        sort: 'id,desc'
                     },
                     { body: 'json' }
                 )