src/views/resource/components/DrawPolygon.vue @@ -27,7 +27,6 @@ () => selectionIds.value, (newValue, oldValue) => { if (newValue && oldValue && newValue !== oldValue) { console.log('selectionIds',newValue); cancel(); } }