|
@@ -105,7 +105,8 @@ export default {
|
|
|
let c = e.dataList || [];
|
|
|
c.map(ci => {
|
|
|
ci.name = ci.yslx_name || ci.scxname;
|
|
|
- ci.value = this.compute(ci.mj);
|
|
|
+ // 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;
|