浏览代码

医保费用分析

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();
		}