src/views/hosp/order/index.vue
@@ -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"); },