zhanghaoyu 6 年之前
父節點
當前提交
9d317c1d79
共有 1 個文件被更改,包括 4 次插入0 次删除
  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);