shuhao il y a 5 mois
Parent
commit
6ebc716117
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
       }
     }