BUG 29992

This commit is contained in:
aixianling
2022-06-06 11:36:12 +08:00
parent f8f4c2ffec
commit 3a39248f9c

View File

@@ -81,6 +81,7 @@ export default {
handleAdd() { handleAdd() {
let {polyEditor} = this let {polyEditor} = this
polyEditor.close(); polyEditor.close();
polyEditor.setTarget();
polyEditor.open(); polyEditor.open();
}, },
initMap() { initMap() {