From ed2f8bd28c8d65a61f49da7fa5f6bc83c0d5d6b9 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Thu, 26 Mar 2026 17:52:21 +0800 Subject: [PATCH] seo --- .../patientRegister/PatientRegisterEdit.vue | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/components/patientRegister/PatientRegisterEdit.vue b/src/components/patientRegister/PatientRegisterEdit.vue index 6fd9acc..dc07779 100644 --- a/src/components/patientRegister/PatientRegisterEdit.vue +++ b/src/components/patientRegister/PatientRegisterEdit.vue @@ -1500,7 +1500,7 @@ export default { if (!patientRegisterId) { //添加 this.form = Object.assign({}, this.form, this.formInit) this.form.registerCheckAsbitems = [] - this.form.medicalCenterId = this.peisid; //体检中收 + this.form.medicalCenterId = this.peisid; //体检中心 this.form.customerOrgId = customerOrgId //体检单位 this.form.customerOrgParentId = customerOrgParentId //体检父单位 this.form.customerOrgName = customerOrgName @@ -2462,11 +2462,12 @@ export default { console.log('filterMethod', this.poison) }, - // 当前面点新增时,清部份信息 + // 当前面点新增时,清部份信息(复制新增用) clearPerson() { this.dataTransOpts.tableS.patient_register.id = '' this.peoplePhoto = '/pic/Photo.jpg' this.patientRegister.patientRegisterId = ''; + this.form.id = ''; this.form.patientId = '00000000-0000-0000-0000-000000000000'; this.form.patientRegisterNo = ''; @@ -2483,12 +2484,17 @@ export default { this.form.mobileTelephone = ''; // this.form.telephone = ''; // this.form.address = ''; // + }, // 人员新增 btnAdd() { - // 当前面点新增时,清部份信息 - this.clearPerson() + this.dataTransOpts.tableS.patient_register.id = '' + this.peoplePhoto = '/pic/Photo.jpg' + this.patientRegister.patientRegisterId = ''; + this.$refs['form'].resetFields(); + this.form = this.$options.data().form + this.initFormData('') // this.dataTransOpts.tableS.patient_register.id = '' // this.dataTransOpts.refresh.patient_register.S++ this.dataTransOpts.tableM.register_check_asbitem = []