shuhao hace 5 meses
padre
commit
6ebc716117
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
       }
     }