Browse Source

修改患者档案点击新增档案后,切换门诊主演类型无效

new-ays^2
1747191978@qq.com 2 months ago
parent
commit
bafaae881c
  1. 11
      acupuncture-前台/src/views/medicalFile/index.vue
  2. BIN
      acupuncture-前台/安阳前台-2.zip

11
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();

BIN
acupuncture-前台/安阳前台-2.zip

Binary file not shown.
Loading…
Cancel
Save