소스 검색

医保费用分析

zhanghaoyu 6 년 전
부모
커밋
f83619b951
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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();
		}