From 2006eb22e44b6db9901321d212ddcd79a2ce6e8f Mon Sep 17 00:00:00 2001 From: qdintc Date: Wed, 17 Sep 2025 08:38:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=B1=E5=8C=BB=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=EF=BC=8Cbug=E4=BF=AE=E5=A4=8D=EF=BC=8C=E7=94=A8=E8=8D=AF?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E6=96=B0=E5=A2=9E=E8=8D=AF=E5=93=81=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E6=9F=A5=E8=AF=A2=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/health/doctorRecord/addEdit.vue | 2 +- src/pages/health/marRecord/list.vue | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/pages/health/doctorRecord/addEdit.vue b/src/pages/health/doctorRecord/addEdit.vue index b738f2a..fc3f75c 100644 --- a/src/pages/health/doctorRecord/addEdit.vue +++ b/src/pages/health/doctorRecord/addEdit.vue @@ -310,7 +310,7 @@ function submit() { proxy.$refs['uForm'].validate().then(() => { if (form.value.id != null) { if(flag.value==null){ - updateDoctorRecord(res => { + updateDoctorRecord(form.value).then(res => { proxy.$refs['uToast'].show({ message: '修改成功', complete() { uni.navigateTo({ url: `/pages/health/doctorRecord/list` }) diff --git a/src/pages/health/marRecord/list.vue b/src/pages/health/marRecord/list.vue index 16c9b1a..0f17404 100644 --- a/src/pages/health/marRecord/list.vue +++ b/src/pages/health/marRecord/list.vue @@ -5,9 +5,14 @@ + + + + -