From 4cf4b295a491a5f6930793e3f5d3cdf16a4dd5f9 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期五, 24 一月 2025 16:34:58 +0800
Subject: [PATCH] 22

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

diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue
index 8ae35f1..808bde7 100644
--- a/src/views/doctor/check/index.vue
+++ b/src/views/doctor/check/index.vue
@@ -1418,6 +1418,7 @@
     return {
       remakes: "",
       titles: "",
+      type: null,
       advice: "",
       idss: [],
       vaids: [],
@@ -1629,13 +1630,19 @@
     },
     // 妫�鏌ユ楠岀粨鏋滄寜閽�
     result() {
-      this.openOne = true;
       let tjNumber = this.tableAll.tjNumber;
-      console.log(tjNumber, 999);
+      console.log(this.tableAll.tjNumber,666);
+      
 
       getXm(tjNumber).then((res) => {
-        console.log(res, 666);
         this.xiangmuList = res.data;
+        if(this.xiangmuList.length > 0){
+          this.openOne = true;
+        }
+        else{
+          this.openOne = false;
+          this.$modal.msgWarning("鏆傛棤椤圭洰涓庢鏌ユ楠岀粨鏋�")
+        }
       });
     },
     queryResultone(row) {
@@ -1650,7 +1657,6 @@
         // 璁剧疆鏄惁闇�瑕佹敼鍙橀鑹�
         if (ycbz === "1") {
           this.isRed = true; // 璁剧疆鏍囪瘑锛屾敼鍙樺瓧浣撻鑹�
-          console.log(this.isRed, 444);
         } else {
           this.isRed = false; // 鎭㈠榛樿棰滆壊
         }

--
Gitblit v1.8.0