shuhao 5 달 전
부모
커밋
6ebc716117
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/authentic/index.vue

+ 1 - 1
src/views/authentic/index.vue

@@ -654,7 +654,7 @@ watch(
         authenticMap.endDraw();
         isRefresh.value = true;
       }
-      if(mapData.selectPointArr.length === 0){
+      if(mapData.selectPointArr.length === 0 || mapData.selectPointArr.length > 1){
         isEdit.value = false;
       }
     }