From 7d6ea12c52d5c93d35c3f69371be0dc5bd9eaf76 Mon Sep 17 00:00:00 2001 From: LiJianZhao Date: Sun, 27 Apr 2025 15:47:26 +0800 Subject: [PATCH] dev --- src/components/outpatient/Case.vue | 2 +- src/components/statistics/over/Charge.vue | 56 ++++++++--------------- src/views/outpatient/index.vue | 20 ++++---- src/views/social/directory.vue | 4 +- 4 files changed, 34 insertions(+), 48 deletions(-) diff --git a/src/components/outpatient/Case.vue b/src/components/outpatient/Case.vue index a96aa60..2d541e5 100644 --- a/src/components/outpatient/Case.vue +++ b/src/components/outpatient/Case.vue @@ -72,7 +72,7 @@ interface ShowConfig { prop: string; } -const diagnosisSearchApi = "social/directory/getDiagnosis" +const diagnosisSearchApi = "social/diagnose/search" const diagnosisShowConfig: ShowConfig[] = [ { label: "诊断名称", diff --git a/src/components/statistics/over/Charge.vue b/src/components/statistics/over/Charge.vue index 78197fb..76cb825 100644 --- a/src/components/statistics/over/Charge.vue +++ b/src/components/statistics/over/Charge.vue @@ -3,7 +3,7 @@