chenyue 4 年之前
父節點
當前提交
7c93b52844
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      app/recover/html/new_recover.html

+ 3 - 3
app/recover/html/new_recover.html

@ -533,9 +533,9 @@
							dischargeDiagnosisName: comProfile.data['出院诊断']||"", // 出院诊断名称,多个用逗号
							advice: comProfile.data['出院医嘱']||"出院继续观察",
							images: "",								
						    "event": comProfile.event,
						    "dataFrom":comProfile.dataFrom,
						    "hospital":docInfo.hospital,
						    "event": comProfile.event.id,
						    "dataFrom":comProfile.event.dataFrom,
						    "hospital":comProfile.event.orgCode,
						}
						var params = {
							doctorCode: docInfo.uid,