xushiting 2 年之前
父節點
當前提交
c27a11d5cc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/graphic/History/History.js

+ 1 - 1
src/graphic/History/History.js

@@ -101,8 +101,8 @@ export default class History {
     if (item) {
       stateService.clear();
       item.type = "pre";
-      this.goPreForPoints(item.points);
       this.goPreForLines(item.lines);
+      this.goPreForPoints(item.points);
       this.goPreForCurvePoints(item.curvePoints);
       this.goPreForCurveLines(item.curveLines);
       this.goPreForCircles(item.circles);