|
@@ -107,7 +107,6 @@ export default {
|
|
|
ci.name = ci.yslx_name || ci.scxname;
|
|
|
// ci.value = this.compute(ci.mj);
|
|
|
ci.value = ci.mj;
|
|
|
- ci.id = ci.yslx || ci.scxbsm;
|
|
|
ci.geom = ci.geom || (ci.data ? ci.data.geom : "");
|
|
|
// ci.label = ci.mc_name;
|
|
|
});
|
|
@@ -144,7 +143,7 @@ export default {
|
|
|
data.forEach((child, ci) => {
|
|
|
if (child.dataList) {
|
|
|
child.dataList.forEach((ld, li) => {
|
|
|
- this.changeDataSources({ ...ld, id: ld.yslx, iseyes }, colors[li]);
|
|
|
+ this.changeDataSources({ ...ld, iseyes }, colors[li]);
|
|
|
});
|
|
|
}
|
|
|
if (child.children) {
|