소스 검색

电子方案bug

zhouna 4 년 전
부모
커밋
6bf203b627
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/cdssManage/plan/AddPlan.vue

+ 1 - 1
src/components/cdssManage/plan/AddPlan.vue

@@ -646,7 +646,7 @@ export default {
           this.groupSort(sun.planDetails);
         }
       });
-      this.fomatArr(data);
+      this.fomatArr(newData);
     }
   },