From 1fc3fe586a17f5ddf6717f58d1fb1e5a0a9c48f7 Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期五, 08 三月 2024 14:19:44 +0800
Subject: [PATCH] qxtj

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

diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue
index 64e4f9b..9df16d9 100644
--- a/src/views/doctor/check/index.vue
+++ b/src/views/doctor/check/index.vue
@@ -1321,7 +1321,6 @@
       });
     },
     hb() {
-      console.log(this.queryParams.tjNumber);
       if (this.queryParams.tjNumber != "") {
         this.submitForm();
       }
@@ -1331,6 +1330,7 @@
     submitForm() {
       this.queryParams.page = 1;
       this.getList();
+      
       // this.loading = true;
       // (this.queryParams = {
       //   page: 1,
@@ -1362,6 +1362,9 @@
     resetQuery() {
       this.resetForm("tableList");
       this.submitForm();
+      this.$nextTick(() => {
+      this.$refs.inputName.focus();
+    });
     },
 
     Changeapplyfor(row) {

--
Gitblit v1.8.0