|
@@ -121,8 +121,6 @@ export default {
|
|
line_data: line_data,
|
|
line_data: line_data,
|
|
|
|
|
|
}
|
|
}
|
|
- console.log('store.state.cockpit_bjxm.csbj.csbj_echart: ', store.state.cockpit_bjxm.csbj.csbj_echart);
|
|
|
|
-
|
|
|
|
// 私宅报建
|
|
// 私宅报建
|
|
let obj_szbj = {
|
|
let obj_szbj = {
|
|
jscType: 'jsc_bjxm_szbj_yffl',
|
|
jscType: 'jsc_bjxm_szbj_yffl',
|
|
@@ -150,7 +148,6 @@ export default {
|
|
line_data: line_data_szbj,
|
|
line_data: line_data_szbj,
|
|
|
|
|
|
}
|
|
}
|
|
- console.log(store.state.cockpit_bjxm.szbj.szbj_echart, "store.state.cockpit_bjxm.szbj.szbj_echart");
|
|
|
|
|
|
|
|
this.init_bjxm_echart();
|
|
this.init_bjxm_echart();
|
|
|
|
|
|
@@ -213,7 +210,6 @@ export default {
|
|
const xAxis = this.left_value == 'csbj' ? store.state.cockpit_bjxm.csbj.csbj_echart.xAxis : store.state.cockpit_bjxm.szbj.szbj_echart.xAxis
|
|
const xAxis = this.left_value == 'csbj' ? store.state.cockpit_bjxm.csbj.csbj_echart.xAxis : store.state.cockpit_bjxm.szbj.szbj_echart.xAxis
|
|
// const bat_data = store.state.cockpit_bjxm.csbj.csbj_echart.bat_data
|
|
// const bat_data = store.state.cockpit_bjxm.csbj.csbj_echart.bat_data
|
|
const line_data = this.left_value == 'csbj' ? store.state.cockpit_bjxm.csbj.csbj_echart.line_data : store.state.cockpit_bjxm.szbj.szbj_echart.line_data
|
|
const line_data = this.left_value == 'csbj' ? store.state.cockpit_bjxm.csbj.csbj_echart.line_data : store.state.cockpit_bjxm.szbj.szbj_echart.line_data
|
|
- console.log(store.state.cockpit_bjxm, " store.state.cockpit_bjxm.csbj.csbj_echart.xAxis");
|
|
|
|
// const xAxis = store.state.cockpit_bjxm.csbj.csbj_echart.xAxis;
|
|
// const xAxis = store.state.cockpit_bjxm.csbj.csbj_echart.xAxis;
|
|
// const line_data = store.state.cockpit_bjxm.csbj.csbj_echart.line_data;
|
|
// const line_data = store.state.cockpit_bjxm.csbj.csbj_echart.line_data;
|
|
|
|
|