Browse Source

医保费用分析

zhanghaoyu 6 years ago
parent
commit
f83619b951
1 changed files with 2 additions and 2 deletions
  1. 2 2
      page/bigData/js/insurance.js

+ 2 - 2
page/bigData/js/insurance.js

@ -324,9 +324,9 @@ new Vue({
		}
	},
	watch: {
		city: function(value) {
		cityVal: function(value) {
			var that = this;
			that.lineHeightIndex = value;
			that.lineHeightIndex = this.city;
			// this.selectTown = value;
			this.initData();
		}