瀏覽代碼

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) => {