diff --git a/acupuncture-前台/src/views/medicalFile/index.vue b/acupuncture-前台/src/views/medicalFile/index.vue index a96c191d..9f28eb8f 100644 --- a/acupuncture-前台/src/views/medicalFile/index.vue +++ b/acupuncture-前台/src/views/medicalFile/index.vue @@ -980,9 +980,16 @@ export default { let patientInfo; if (this.$route.query.patientInfo) { this.form = JSON.parse(this.$route.query.patientInfo); + this.form = { + ...JSON.parse(this.$route.query.patientInfo), + visitType: 0, // 门诊/住院 + visitNumber: "", // 门诊/住院号 + visitTime: "", // 门诊/住院时间 + dischargeTime: "", // 出院时间 + doctor: "", // 责任医生 + status: 0, // 保存 + }; delete this.form.id; - this.form.visitType = 0; // 门诊/住院 - this.form.status = 0; // 保存 this.open = true; } this.getList(); diff --git a/acupuncture-前台/安阳前台-2.zip b/acupuncture-前台/安阳前台-2.zip new file mode 100644 index 00000000..f98992c2 Binary files /dev/null and b/acupuncture-前台/安阳前台-2.zip differ