Browse Source

添加排揎

zhangyu 6 năm trước cách đây
mục cha
commit
64c3ddf275
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/relation/data/index.vue

+ 1 - 1
src/views/relation/data/index.vue

@@ -150,11 +150,11 @@
             }
             }
             return item
             return item
           })
           })
+          arrList.sort((a, b) => a.title.localeCompare(b.title))
           return arrList
           return arrList
         } else {
         } else {
           return []
           return []
         }
         }
-
       },
       },
       resetTransformation() {
       resetTransformation() {
         this.isDisabled = true
         this.isDisabled = true