From 6c67a924e87f74a07a74c6f953b69e8bcc109015 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期一, 16 十二月 2024 10:59:47 +0800 Subject: [PATCH] jujiao --- src/views/system/biol/index.vue | 26 +++++++++++++++++++++++++- 1 files changed, 25 insertions(+), 1 deletions(-) diff --git a/src/views/system/biol/index.vue b/src/views/system/biol/index.vue index 3cf2eb0..cf12645 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]; @@ -1191,6 +1195,26 @@ }, /** 閲嶇疆鎸夐挳鎿嶄綔 */ resetQuery() { + this.queryParams = { + pageNum: 1, + pageSize: 10, + orderByColumn: "createTime", + isAsc: "desc", + tjType: undefined, + tjNumber: undefined, + firmId: undefined, + createTime: undefined, + finishTime: undefined, + reportTime: undefined, + djbeginTime: undefined, + djendTime: undefined, + name: undefined, + tjNum: undefined, + dyzt: "0", + compId: null, + dw:null, + tjCompName:'' + } this.createTimeList = []; this.resetForm("queryForm"); this.handleQuery(); -- Gitblit v1.8.0