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 |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/views/hosp/order/index.vue b/src/views/hosp/order/index.vue
index 93822c4..d30c48c 100644
--- a/src/views/hosp/order/index.vue
+++ b/src/views/hosp/order/index.vue
@@ -302,7 +302,7 @@
         <el-table-column
           label="鐘舵��"
           align="center"
-          prop="type"
+          prop="tjtype"
           :show-overflow-tooltip="true"
         />
         <!-- <el-table-column label="娴佹按鍙�" align="center" prop="tjSerialNumber" /> -->
@@ -1595,6 +1595,8 @@
         bgbeginTime: null,
         bgendTime: null,
         xmmc: null,
+        tjCompName:'',
+        dw:null
       },
       startTime: "",
       startTime1: "",
@@ -1744,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];
@@ -1942,6 +1945,7 @@
         djendTime: null,
         bgbeginTime: null,
         bgendTime: null,
+        dw: null
       };
       this.resetForm("form");
     },

--
Gitblit v1.8.0