Browse Source

体征血压记录获取形参必传修复

linehang 6 năm trước cách đây
mục cha
commit
5d4c0d0f83
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/recover/html/personal-manage.html

+ 1 - 1
app/recover/html/personal-manage.html

@ -546,7 +546,7 @@
								type: vm.recordType,
								begin: startDate,
								end: endDate,
								gi_type: vm.recordType == 1 ? vm.xtStatu : ""
								gi_type: vm.recordType == 1 ? vm.xtStatu : 0
							}
						recoverAPI.getHealthIndex(params).then(function(res) {
							layer.close(loading)