From 21230681ce497427ec17b93e1c66dc58ae739446 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期三, 22 一月 2025 15:19:52 +0800
Subject: [PATCH] 111

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

diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue
index ac92118..8ae35f1 100644
--- a/src/views/doctor/check/index.vue
+++ b/src/views/doctor/check/index.vue
@@ -1969,9 +1969,9 @@
       });
     },
     hb() {
-      if (this.queryParams.tjNumber != "") {
-        this.submitForm();
-      }
+     /*  if (this.queryParams.tjNumber != "") {
+        // this.submitForm(); 
+      } */
     },
     propoChange() {
       this.cusobj = { sex: this.tableAll.cusSex, isZj: 1 };
@@ -2004,6 +2004,7 @@
       this.loading = true;
       this.queryParams.type = this.tjStatus;
       getProList(this.queryParams).then((response) => {
+        console.log(response,333);
         if (response.code == 200) {
           this.loading = false;
           if (response.data) {

--
Gitblit v1.8.0