提交 2dd9bf2e 编写于 作者: JunZai's avatar JunZai

update

上级 97176569
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
dataType: 'TEXT', dataType: 'TEXT',
}, },
{ {
name: 'color', name: 'style',
}, },
{ {
name: 'textColor', name: 'textColor',
......
...@@ -96,9 +96,12 @@ import ${srfclassname('${_appde.getCodeName()}')}Service from '@/service/${srffi ...@@ -96,9 +96,12 @@ import ${srfclassname('${_appde.getCodeName()}')}Service from '@/service/${srffi
} }
let _response: any = JSON.parse(JSON.stringify(response)); let _response: any = JSON.parse(JSON.stringify(response));
_response.data.forEach((item:any,index:number) =>{ _response.data.forEach((item:any,index:number) =>{
_response.data[index].color = _this.eventsConfig[resIndex].color; _response.data[index].style = {
_response.data[index].textColor = _this.eventsConfig[resIndex].textColor; base: {
_response.data[index].itemType = _this.eventsConfig[resIndex].itemType; fill: _this.eventsConfig[resIndex].color,
stroke: _this.eventsConfig[resIndex].color
}
};
}); });
; ;
_this.handleResponse(action, _response,false,_this.eventsConfig[resIndex].itemType); _this.handleResponse(action, _response,false,_this.eventsConfig[resIndex].itemType);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册