Browse Source

修改体征设备接口报错

lulihong 6 years ago
parent
commit
0e65b256b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      html/jkjl/js/health-record.js

+ 1 - 1
html/jkjl/js/health-record.js

@ -127,7 +127,7 @@ mui.plusReady(function() {
			var html = template('baojian_list_tmp',data);
			$baojianList.html(html);
		}).then(function(){
			getEquipments()
//			getEquipments()
		})
	})
	.catch(function(e) {