浏览代码

电子方案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);
     }
   },