Selaa lähdekoodia

医保费用分析

zhanghaoyu 6 vuotta sitten
vanhempi
commit
f83619b951
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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();
		}