From d3520282a800a2108f1939b94ac726ae96832ca2 Mon Sep 17 00:00:00 2001
From: gengchunlei <1807398631@qq.com>
Date: Thu, 19 Dec 2024 10:28:11 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8C=BB=E7=94=9F=E7=AB=AF=E5=B0=8F=E7=A8=8B?=
 =?UTF-8?q?=E5=BA=8F=20=20v1.2=201=E3=80=81=E6=96=B0=E5=A2=9E=E5=B1=85?=
 =?UTF-8?q?=E6=B0=91=E5=9F=BA=E6=9C=AC=E4=BF=A1=E6=81=AF=E8=A1=A8=E5=8D=95?=
 =?UTF-8?q?=E9=80=9A=E7=94=A8=E7=BB=84=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/doctor/components/archiveCommon/archiveCommon.vue | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/doctor/components/archiveCommon/archiveCommon.vue b/src/doctor/components/archiveCommon/archiveCommon.vue
index 2ba6888..86a7194 100644
--- a/src/doctor/components/archiveCommon/archiveCommon.vue
+++ b/src/doctor/components/archiveCommon/archiveCommon.vue
@@ -318,14 +318,6 @@ export default {
             }
         }
     },
-    computed: {
-        authInfo() {
-            return this.store.$state.authInfo
-        },
-        residentInfoId() {
-            return this.$route.query.residentInfoId
-        }
-    },
     watch: {
         'info': {
             handler() {
-- 
2.18.0