zhanghaoyu 6 anos atrás
pai
commit
9d317c1d79
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      page/bigData/js/alert5.js

+ 4 - 0
page/bigData/js/alert5.js

@ -36,6 +36,10 @@ new Vue({
	},
	mounted: function() {
        var vm = this;
        var townCode = getUrlParms('cityVal');
        if(townCode){
            vm.townCode = townCode;
        }
        updateFontSize();
        this.formatDate();
        this.initData(this.type,vm.townCode);