| | |
| | | tjNum: undefined, |
| | | dyzt: "0", |
| | | compId: null, |
| | | dw:null, |
| | | tjCompName:'' |
| | | }, |
| | | startTime: "", |
| | |
| | | }, |
| | | /** 查询体检记录列表 */ |
| | | 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]; |
| | |
| | | }, |
| | | /** 重置按钮操作 */ |
| | | 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(); |