From 061a4d2d7e73aa92c7ad61a34cf471d26fb08a32 Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期二, 24 十二月 2024 10:22:20 +0800
Subject: [PATCH] 增加参数

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

diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue
index 7c9c134..1ccb796 100644
--- a/src/views/doctor/check/index.vue
+++ b/src/views/doctor/check/index.vue
@@ -1735,6 +1735,8 @@
           proId: this.focusrow.proId,
           cusId: this.tableAll.cusId,
           keyNum: this.proResult,
+          tjNum: this.tableAll.tjNumber,
+          keyNum: this.proResult.proResult
         };
         AutoGetRule(data).then((res) => {
           this.focusrow.conclusion = "";
@@ -1758,6 +1760,9 @@
           proId: this.focusrow.proId,
           cusId: this.tableAll.cusId,
           keyWord: this.proResult,
+          tjNum: this.tableAll.tjNumber,
+          keyNum: this.proResult.proResult
+
         };
         AutoGetRule(data).then((res) => {
           this.focusrow.conclusion = "";
@@ -2798,11 +2803,6 @@
       this.focusrow = row;
     },
 
-    /* handleInputConfirm(row) {
-      this.rows.push(row);
-      console.log(this.rows,2233);
-      
-    }, */
     // 鐐瑰嚮纭
     determine() {
       // 浣撴鍙�

--
Gitblit v1.8.0