medical.js 299 B

123456789101112131415
  1. new Vue({
  2. el: '#app',
  3. data: {
  4. leftChart1:null
  5. },
  6. mounted: function() {
  7. this.setLeftChart1();
  8. },
  9. methods: {
  10. setLeftChart1:function(){
  11. var options =gxyrq['重点服务人群增加趋势']['本年'];
  12. this.leftChart1 = options
  13. }
  14. }
  15. });