bill 9 months ago
parent
commit
62743cece1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/scene/photo.vue

+ 1 - 1
src/views/scene/photo.vue

@@ -132,7 +132,7 @@ const photo = async () => {
       }
       tempPhoto.value = null;
       const fixMeasures = fixPoints.value
-        .filter((fix) => fix.measure && fix.lines)
+        .filter((fix) => fix.lines)
         .map((fix) => {
           return fix.lines.reduce(
             (t, line) => t.concat({ dis: line.dis, pos: getCurrentScreens(line.points) }),