Browse Source

隔离点选中之后取消问题的修复

pm 1 năm trước cách đây
mục cha
commit
6972b69eb5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/separationPoint/index.vue

+ 1 - 1
src/components/separationPoint/index.vue

@@ -206,7 +206,7 @@ export default {
                 knovaImage.image(normalImage); // 更新图像
                 this.layer.draw(); // 更新图层
               };
-              // 从选中数组中移除该项
+              // 从选中数组中移除该项ha
               this.selectedText = this.selectedText.filter(
                 (item) => item.pointName !== labelText
               );