From 9a396646d86a1999c2c18a52537f1a3e4c3c73e5 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 20 May 2021 17:49:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E5=83=8F=E8=AF=86=E5=88=ABrecordId?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9,=E5=8F=8A=E7=94=9F?= =?UTF-8?q?=E7=89=A9=E6=A0=B7=E6=9C=AC=E6=90=9C=E7=B4=A2=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 12 ++++++------ .../BiologicalSampleSearch/SampleTable.vue | 2 +- src/components/BiologicalSampleSearch/Search.vue | 4 ++-- src/components/CaseTable/CaseTable.vue | 5 ++++- src/store/modules/home/state.js | 2 +- .../BiologicalSampleSearch.vue | 4 ++-- src/views/PatientInfo/PatientInfo.vue | 4 ++-- 7 files changed, 18 insertions(+), 15 deletions(-) diff --git a/src/App.vue b/src/App.vue index 04dd0f7..dd41ac1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,7 +3,7 @@ * @email: 18603454788@163.com * @Date: 2021-04-19 10:23:19 * @LastEditors: wally - * @LastEditTime: 2021-05-19 18:09:18 + * @LastEditTime: 2021-05-20 11:36:06 -->