From cd5df9d3ae0ad22cd658ad6472926f4c67346004 Mon Sep 17 00:00:00 2001
From: yz3456 <2753272399@qq.com>
Date: 星期三, 31 七月 2024 22:06:55 +0800
Subject: [PATCH] 解决了家庭小医生的分享

---
 ruoyi-ui/src/views/doctor/index.vue |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/ruoyi-ui/src/views/doctor/index.vue b/ruoyi-ui/src/views/doctor/index.vue
index a5ff635..5eeb696 100644
--- a/ruoyi-ui/src/views/doctor/index.vue
+++ b/ruoyi-ui/src/views/doctor/index.vue
@@ -626,10 +626,6 @@
       queryParams1: {
         pageNum: 1,
         pageSize: 10,
-        identity:undefined,
-        nickName:undefined,
-        sex:undefined,
-        birth:undefined,
       },
       queryParams2: {
         pageNo: 1,
@@ -796,6 +792,7 @@
     // 鍏抽棴寮圭獥鍚�
     handleClose(){
       this.user = ''
+      this.queryParams2.pageNo = 1
     },
     handleClose2(){
       this.$refs.table1.clearSelection()

--
Gitblit v1.9.1