diff --git a/public/index.html b/public/index.html
index f449c2f..6f52be6 100644
--- a/public/index.html
+++ b/public/index.html
@@ -39,8 +39,8 @@
<% if (process.env.VUE_APP_NODE_ENV === 'dev') { %>
<% } %>
diff --git a/src/page-subspecialty/views/modules/optometryManagement/dioptric/patient-add-or-update.vue b/src/page-subspecialty/views/modules/optometryManagement/dioptric/patient-add-or-update.vue
index 4f2bd97..0db0d6d 100644
--- a/src/page-subspecialty/views/modules/optometryManagement/dioptric/patient-add-or-update.vue
+++ b/src/page-subspecialty/views/modules/optometryManagement/dioptric/patient-add-or-update.vue
@@ -168,7 +168,7 @@ export default {
this.$nextTick(() => {
this.$refs.dataForm.resetFields() // 重置表单
// this.getVisitList() // 获取随访列表
- if (this.params.patientIdNumber && this.dataForm.title !== 'HIS引入') {
+ if (this.params.patientId && this.dataForm.title !== 'HIS引入') {
this.dataForm = {
title: this.dataForm.title,
...this.params
diff --git a/src/page-subspecialty/views/modules/outpatientManagement/call/patient-add-or-update.vue b/src/page-subspecialty/views/modules/outpatientManagement/call/patient-add-or-update.vue
index e12f8f0..0403cf5 100644
--- a/src/page-subspecialty/views/modules/outpatientManagement/call/patient-add-or-update.vue
+++ b/src/page-subspecialty/views/modules/outpatientManagement/call/patient-add-or-update.vue
@@ -173,7 +173,7 @@ export default {
this.getProject()
this.$nextTick(() => {
this.$refs.dataForm.resetFields() // 重置表单
- if (this.params.patientIdNumber && this.dataForm.title !== 'HIS引入') {
+ if (this.params.patientId && this.dataForm.title !== 'HIS引入') {
// this.getInfo()
this.dataForm = {
title: this.dataForm.title,
diff --git a/src/page-subspecialty/views/modules/outpatientManagement/treat/patient-add-or-update.vue b/src/page-subspecialty/views/modules/outpatientManagement/treat/patient-add-or-update.vue
index b1f4e6c..86b07f9 100644
--- a/src/page-subspecialty/views/modules/outpatientManagement/treat/patient-add-or-update.vue
+++ b/src/page-subspecialty/views/modules/outpatientManagement/treat/patient-add-or-update.vue
@@ -169,7 +169,7 @@ export default {
this.getProject()
this.$nextTick(() => {
this.$refs.dataForm.resetFields() // 重置表单
- if (this.params.patientIdNumber && this.dataForm.title !== 'HIS引入') {
+ if (this.params.patientId && this.dataForm.title !== 'HIS引入') {
this.dataForm = {
title: this.dataForm.title,
...this.params