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