From 95bd9e82d1d2d0e60cacc891f56e7840b71d200b Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期五, 13 十二月 2024 18:42:47 +0800
Subject: [PATCH] chuancan

---
 src/views/hosp/order/index.vue  |    4 +++-
 src/views/system/biol/index.vue |    6 +++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/views/hosp/order/index.vue b/src/views/hosp/order/index.vue
index 197bf0a..d31d550 100644
--- a/src/views/hosp/order/index.vue
+++ b/src/views/hosp/order/index.vue
@@ -1595,7 +1595,8 @@
         bgbeginTime: null,
         bgendTime: null,
         xmmc: null,
-        tjCompName:''
+        tjCompName:'',
+        dw:null
       },
       startTime: "",
       startTime1: "",
@@ -1745,6 +1746,7 @@
     /** 鏌ヨ浣撴璁板綍鍒楄〃 */
     getList() {
       this.queryParams.compId = this.CheckBox.drugManufacturerId;
+      this.queryParams.dw = this.CheckBox.cnName;
       if (this.startTime) {
         this.queryParams.djbeginTime = this.startTime[0];
         this.queryParams.djendTime = this.startTime[1];
diff --git a/src/views/system/biol/index.vue b/src/views/system/biol/index.vue
index 3cf2eb0..28bb155 100644
--- a/src/views/system/biol/index.vue
+++ b/src/views/system/biol/index.vue
@@ -692,6 +692,7 @@
         tjNum: undefined,
         dyzt: "0",
         compId: null,
+        dw:null,
         tjCompName:''
       },
       startTime: "",
@@ -1094,10 +1095,13 @@
     },
     /** 鏌ヨ浣撴璁板綍鍒楄〃 */
     getList() {
-      console.log(this.CheckBox);
+      console.log(this.CheckBox,2323);
       
       // this.queryParams.checkStatus = this.checkStatus;
+      
       this.queryParams.compId = this.CheckBox.drugManufacturerId;
+      this.queryParams.dw = this.CheckBox.cnName;
+      
       if (this.createTimeList) {
         this.queryParams.djbeginTime = this.createTimeList[0];
         this.queryParams.djendTime = this.createTimeList[1];

--
Gitblit v1.8.0