|
@@ -122,7 +122,7 @@ export default {
|
|
|
isshow: false,
|
|
|
scxstyle: e.scxstyle,
|
|
|
});
|
|
|
- if (e.scxstyle == 1) this.setEchart(c, e.scxbsm);
|
|
|
+ if (e.scxstyle == 0) this.setEchart(c, e.scxbsm);
|
|
|
if (e.children) this.lForEach(e.children, "echart");
|
|
|
});
|
|
|
this.$emit("updateParent", "loading", false);
|
|
@@ -161,7 +161,7 @@ export default {
|
|
|
|
|
|
if (
|
|
|
fun == "echart" &&
|
|
|
- child.scxstyle == 1 &&
|
|
|
+ child.scxstyle == 0 &&
|
|
|
child.scxbsm.indexOf("GGFWSS") >= 0
|
|
|
) {
|
|
|
child.id = child.scxbsm;
|