ljj %!s(int64=6) %!d(string=hai) anos
pai
achega
b9efdc77de
Modificáronse 1 ficheiros con 8 adicións e 2 borrados
  1. 8 2
      page/bigData/js/medical.js

+ 8 - 2
page/bigData/js/medical.js

@ -4,6 +4,12 @@ new Vue({
        leftChart1:null
	},
	mounted: function() {
        this.leftChart1  =gxyrq['重点服务人群增加趋势']['本年'];
	}
       this.setLeftChart1();
    },
    methods: {
        setLeftChart1:function(){
           var options =gxyrq['重点服务人群增加趋势']['本年'];
           this.leftChart1 = options
        }
    }
});