zhengpz
2021-08-23 dc91db9bb3473c3ed058f86f74359e15c035a8a5
src/views/securityUnitOperation/economicAnalysis.vue
@@ -88,7 +88,7 @@
    <el-row>
      <el-col :span="24">
        <div class="rowContent" v-loading="loading3">
          <span class="span-title">年龄趋势</span>
          <span class="span-title">服务客户数量</span>
          <div id="bottomEchart"></div>
        </div>
      </el-col>
@@ -106,7 +106,8 @@
  selectTo,
  queryYearSoil,
  queryYearAn,
  queryYearPz
  queryYearPz,
  queryYearKh
} from "../../api/securityUnitOperation/securityUnitOperation";
export default {
  data() {
@@ -277,7 +278,7 @@
        jurisdiction: this.value1,
        deptid: this.value2
      };
      queryYearAn(params).then(res => {
      queryYearKh(params).then(res => {
        if (res.data.code === 200) {
          let bottomEchart = echarts.init(
            document.getElementById("bottomEchart")