From bc27418e6b8097c55627906bbebade144b2f41f7 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期五, 13 十二月 2024 19:31:05 +0800 Subject: [PATCH] 重置修改 --- src/views/hosp/order/index.vue | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/views/hosp/order/index.vue b/src/views/hosp/order/index.vue index d30c48c..17f9f93 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="tjtype" + prop="zt" :show-overflow-tooltip="true" /> <!-- <el-table-column label="娴佹按鍙�" align="center" prop="tjSerialNumber" /> --> @@ -1674,6 +1674,7 @@ // 閫夋鏁版嵁 searchSelect(val) { this.CheckBox = val; + this.queryParams.dw = this.CheckBox.cnName; console.log(this.CheckBox,9999); }, @@ -1746,7 +1747,6 @@ /** 鏌ヨ浣撴璁板綍鍒楄〃 */ 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]; @@ -2012,6 +2012,18 @@ this.startTime1 = []; this.createTimeList = []; this.resetForm("queryForm"); + this.queryParams = { + pageNum: 1, + pageSize: 10, + djbeginTime: null, + djendTime: null, + tjNum: null, + bgbeginTime: null, + bgendTime: null, + xmmc: null, + tjCompName:'', + dw:null + } this.handleQuery(); }, // 澶氶�夋閫変腑鏁版嵁 -- Gitblit v1.8.0