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