From 925905688e73095517b339c89465212b1a04c259 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 21 三月 2025 15:24:12 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/patient/physical.vue |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/views/patient/patient/physical.vue b/src/views/patient/patient/physical.vue
index a7b31d6..f53258a 100644
--- a/src/views/patient/patient/physical.vue
+++ b/src/views/patient/patient/physical.vue
@@ -241,13 +241,13 @@
             prop="hospitalname"
             width="120"
           />
-          <el-table-column
+          <!-- <el-table-column
             label="鍖荤敓"
             align="center"
             key="drname"
             prop="drname"
             width="120"
-          />
+          /> -->
 
           <el-table-column
             label="灏辫瘖鏃堕棿"
@@ -771,8 +771,10 @@
     /** 閲嶇疆鎸夐挳鎿嶄綔 */
     resetQuery() {
       this.dateRange = [];
-      this.resetForm("queryForm");
-      this.$refs.tree.setCurrentKey(null);
+      this.queryParams= {
+        pageNum: 1,
+        pageSize: 10,
+      },
       this.handleQuery();
     },
     // 澶氶�夋閫変腑鏁版嵁

--
Gitblit v1.9.3