zhangyu 5 年 前
コミット
64c3ddf275
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/relation/data/index.vue

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

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