chenshilong 5 년 전
부모
커밋
5234a91ac5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/building_saas/standard_interface/export/anhui_chizhou.js

+ 1 - 1
web/building_saas/standard_interface/export/anhui_chizhou.js

@@ -466,7 +466,7 @@ INTERFACE_EXPORT = (() => {
                     return (node.data.feesIndex && node.data.feesIndex.common ? node.data.feesIndex.common.tenderTotalFee : 0);
                     return (node.data.feesIndex && node.data.feesIndex.common ? node.data.feesIndex.common.tenderTotalFee : 0);
             }
             }
 
 
-            let nodes = [...vTree.roots, ...vTree.roots[0].children];
+            let nodes = [vTree.roots[0], ...vTree.roots[0].children, ...vTree.roots.slice(2)];
 
 
             let hzmxNo = 0;
             let hzmxNo = 0;
             for (let i = 0; i < nodes.length; i++){
             for (let i = 0; i < nodes.length; i++){