From 33b53ec9f9804067fa30fe0b8d5e16a0ae2368e1 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期一, 20 一月 2025 17:24:28 +0800
Subject: [PATCH] 111

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

diff --git a/src/views/doctor/examination/index.vue b/src/views/doctor/examination/index.vue
index 7cbcd70..3e35e8f 100644
--- a/src/views/doctor/examination/index.vue
+++ b/src/views/doctor/examination/index.vue
@@ -303,6 +303,7 @@
                 size="mini"
                 type="text"
                 :disabled="scope.row.type === 1"
+                :loading="scope.row.isLoading"
                 @click="qijian(scope.row)"
                 >{{ scope.row.type === 0 ? "寮冩" : "鎭㈠" }}</el-button
               >
@@ -415,6 +416,7 @@
       jieguoList: [],
       jyjc: null,
       dis: false,
+      isLoading:false,
       createTimeList: "",
       currentRow: null,
       total: 0,
@@ -783,6 +785,7 @@
     qijian(row) {
       const tjNUm = this.selectedTjNumber;
       const proId = row.proId;
+      row.isLoading = true;
       if (row.type == "2") {
         huifu(tjNUm, proId).then((res) => {
           if (res.code == 200) {
@@ -790,6 +793,7 @@
               if (res.code === 200) {
                 // 鏇存柊鍙宠竟琛ㄦ牸鐨勬暟鎹�
                 this.xiangmuList = res.data;
+                row.isLoading = false
               }
             });
           }
@@ -801,6 +805,7 @@
               if (res.code === 200) {
                 // 鏇存柊鍙宠竟琛ㄦ牸鐨勬暟鎹�
                 this.xiangmuList = res.data;
+                this.isLoading = false
               }
             });
           }

--
Gitblit v1.8.0