new Vue({ el: '#app', data: { leftChart1:null }, mounted: function() { this.setLeftChart1(); }, methods: { setLeftChart1:function(){ var options =gxyrq['重点服务人群增加趋势']['本年']; this.leftChart1 = options } } });