소스 검색

fix:修改编辑地块删除点bug

wangsisi 4 달 전
부모
커밋
e8fe46fa8d
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/views/authentic/index.vue

+ 3 - 0
src/views/authentic/index.vue

@@ -369,6 +369,9 @@ const onCancel = () => {
     store.commit("authentic/SET_ISEDIT_STATUS", false);
     if (isUpdata.value) {
         authenticMap.cancelDraw();
+        getList((geoms) => {
+            authenticMap.allUnSelect();
+        });
     } else {
         Object.assign(formInlineSearch, initForm);
         getList((geoms) => {