From 2a1fb1c36b6f3d51123793c223fdcd8eef392f9b Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期四, 12 六月 2025 10:42:21 +0800
Subject: [PATCH] 检查检验同步增加门诊号

---
 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