src/components/Tab/Plot.vue
@@ -176,7 +176,6 @@ this.showCreatePanel = true; }, removeHandle(label) { debugger if (!global.map) return; for(let i in this.colorMapList){ if(JSON.parse(this.colorMapList[i].properties).attr.id === label.attr.id){ @@ -210,7 +209,6 @@ }; }, async createHandle() { // debugger // this.form.geometry = JSON.stringify(this.form.geometry) // this.form.properties = JSON.stringify(this.form.properties) // let res = await addMap(this.form)