zhanghaoyu 6 vuotta sitten
vanhempi
commit
9d317c1d79
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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);