lyfO_o
2022-05-24 f15b467c2233ba069459c809fffbe994692e3315
src/components/Tab/Plot.vue
@@ -177,7 +177,6 @@
            },
            removeHandle(label) {
                if (!global.map) return;
                debugger
                for(let i in this.colorMapList){
                    if(JSON.parse(this.colorMapList[i].properties).attr.id === label.attr.id){
                        deleteColorMap({id:this.colorMapList[i].id}).then(res =>{