瀏覽代碼

elective - detail group descriptors sort

hare8999@163.com 2 年之前
父節點
當前提交
90d982d018
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/elective/generation/detail.vue

+ 1 - 1
src/views/elective/generation/detail.vue

@@ -216,7 +216,7 @@ export default {
     getGroupHeaderDescription(groupId) {
       const statistic = this.detailWrapper.groupDescriptors.find(d => d.groupId == groupId)
       if (!statistic?.descriptors?.length) return {}
-      const descriptors = statistic.descriptors.reverse()
+      const descriptors = statistic.descriptors //.reverse()
       return {
         text: descriptors.map(d => d.value).join('/'),
         descriptions: descriptors