Procházet zdrojové kódy

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

wangsisi před 4 měsíci
rodič
revize
e8fe46fa8d
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  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) => {