Explorar el Código

医保费用分析

zhanghaoyu hace 6 años
padre
commit
f83619b951
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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();
		}