瀏覽代碼

合规性分析分析因子排序

maxiaoxiao 10 月之前
父節點
當前提交
39401c8fea
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/complianceAnalysis/components/hgxsc.vue

+ 1 - 0
src/views/complianceAnalysis/components/hgxsc.vue

@@ -151,6 +151,7 @@ export default {
       map = list.filter((item) => {
         return item.pbsm == pbsm;
       });
+      map.sort((a, b) => a.xssx - b.xssx);
       return map;
     },
     updateScx() {