From ad48cb8922b57bb9726257761228a04b2cfc93ed Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期二, 10 六月 2025 15:55:31 +0800
Subject: [PATCH] qx

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

diff --git a/src/views/doctor/examination/index.vue b/src/views/doctor/examination/index.vue
index 237219b..7f73266 100644
--- a/src/views/doctor/examination/index.vue
+++ b/src/views/doctor/examination/index.vue
@@ -500,6 +500,7 @@
       exaList: [],
       // 琛ㄥ崟鍙傛暟
       xianshi: "",
+       rowProId: '',
       name: "",
       form: {},
       clearTimeSet: null,
@@ -851,6 +852,7 @@
       if (this.form.isZybUnit == 0) {
         const tjNUm = this.selectedTjNumber;
         const proId = this.rowProId;
+       
         qijian(tjNUm, proId).then((res) => {
           if (res.code == 200) {
               this.open = false
@@ -892,6 +894,7 @@
     qijian(row) {
       const tjNUm = this.selectedTjNumber;
       const proId = row.proId;
+         this.rowProId = row.proId;
       row.isLoading = true;
       if (row.type == "2") {
         huifu(tjNUm, proId).then((res) => {

--
Gitblit v1.8.0