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;
       }
     }