Sfoglia il codice sorgente

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

linehang 6 anni fa
parent
commit
5d4c0d0f83
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)