diff --git a/src/views/mtm/mgroup_form.vue b/src/views/mtm/mgroup_form.vue
index 845e5e45..dc583e59 100644
--- a/src/views/mtm/mgroup_form.vue
+++ b/src/views/mtm/mgroup_form.vue
@@ -63,7 +63,7 @@
-->
-
+
{{
@@ -199,7 +199,7 @@ export default {
},
getRoute(id) {
let that = this;
- that.$API.mtm.route.list.req({ mgroup: id, page: 0 }).then(res => {
+ that.$API.mtm.route.list.req({ mgroup: id,ordering:'-update_time', page: 0 }).then(res => {
that.routes = res;
let mList = []
res.forEach(item => {