Explorar el Código

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

wangsisi hace 4 meses
padre
commit
e8fe46fa8d
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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) => {