From a65e5b04d64edb3318d0dfdc46bc5c83e133eaa6 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期五, 13 十二月 2024 19:06:10 +0800
Subject: [PATCH] 重置修改

---
 src/views/hosp/order/index.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/views/hosp/order/index.vue b/src/views/hosp/order/index.vue
index 197bf0a..d30c48c 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];
@@ -1943,6 +1945,7 @@
         djendTime: null,
         bgbeginTime: null,
         bgendTime: null,
+        dw: null
       };
       this.resetForm("form");
     },

--
Gitblit v1.8.0