付延余
2022-05-19 7c3b5781d189254a234d62d011a02cbe05c03407
其他业务
1个文件已修改
27 ■■■■■ 已修改文件
src/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_UnitPersonnel.vue 27 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_UnitPersonnel.vue
@@ -220,7 +220,7 @@
          containLabel: true
        },
        xAxis: {
          name: '单位:年',
          name: '单位:年/月',
          nameTextStyle: {
            color: '#FFFFFF',
            fontSize: nowSize(24)
@@ -248,7 +248,7 @@
          }
        },
        yAxis: {
          name: '单位:年',
          name: '单位:家',
          nameTextStyle: {
            color: '#FFFFFF',
            fontSize: nowSize(24)
@@ -299,21 +299,23 @@
    // 通过点击更换echarts图表信息
    selectEcharts(index) {
      this.selectIndex.type = index+1
      switch(index){
        case 0:
          this.isShow = true;
          this.getUnitLine()
          this.Init_echarts()
          break;
        // case 1:
      // switch(index){
      //   case 0:
      //     this.isShow = true;
        //   this.getUnitLine()
        //   this.Init_echarts()
        //   console.log('我是1');
        //   break;
        default:
          this.isShow = false;
          break;
      }
      //   // case 1:
      //   //   this.getUnitLine()
      //   //   this.Init_echarts()
      //   //   console.log('我是1');
      //   //   break;
      //   default:
      //     this.isShow = false;
      //     break;
      // }
    },
    // 29. 查询事业单位人员情况表格数据接口
    getPersonTable() {
@@ -328,6 +330,7 @@
      getUnitLine(this.selectIndex).then(res=>{
        if(res.code === 1000){
          this.echartSeries = res.obj
          console.log(this.echartSeries);
          this.Init_echarts()
        }
      })