From 0d7443623155fa14136d9a18ebd30dd203e4bb82 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 21 十二月 2023 16:37:17 +0800
Subject: [PATCH] 指标完成

---
 src/views/patient/patient/index.vue |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/src/views/patient/patient/index.vue b/src/views/patient/patient/index.vue
index 377f67e..5777449 100644
--- a/src/views/patient/patient/index.vue
+++ b/src/views/patient/patient/index.vue
@@ -649,13 +649,7 @@
 
 <script>
 import { delUser } from "@/api/system/user";
-import {
-  listpat_archive,
-  getpat_archive,
-  addpat_archive,
-  updatepat_archive,
-  delpat_archive,
-} from "@/api/smartorpor/pat_archive";
+
 import {
   messagelistpatient,
   alterpatient,
@@ -861,6 +855,7 @@
   methods: {
     /** 鏌ヨ鎮h�呭垪琛� */
     getList() {
+      console.log(this.dict.type.sys_user_sex);
       this.loading = true;
       messagelistpatient(this.queryParams).then((response) => {
         console.log(response);

--
Gitblit v1.9.3