| | |
| | | }, |
| | | // 团检病种页面查询人员列表 |
| | | getList() { |
| | | this.queryParams.beginTime = this.createTimeList[0]; |
| | | if(this.createTimeList){ |
| | | this.queryParams.beginTime = this.createTimeList[0]; |
| | | this.queryParams.endTime = this.createTimeList[1]; |
| | | }else if(this.createTimeList == null){ |
| | | this.queryParams.beginTime = null; |
| | | this.queryParams.endTime = null; |
| | | } |
| | | |
| | | getPeopleList(this.queryParams).then((res) => { |
| | | this.tableData = res.data.voList; |
| | | this.total = res.data.total; |
| | |
| | | |
| | | handleSizeChange(val) { |
| | | this.queryParam.pageSize = val; |
| | | this.geticd(); |
| | | // this.geticd(); |
| | | }, |
| | | handleCurrentChange(val) { |
| | | this.queryParam.page = val; |
| | | this.geticd(); |
| | | // this.geticd(); |
| | | }, |
| | | /** 查询体检单位信息维护列表 */ |
| | | getcomp() { |
| | |
| | | handleQuery() { |
| | | this.queryParams.page = 1; |
| | | this.getList(); |
| | | this.queryParam.page = 1; |
| | | this.geticd(); |
| | | // this.queryParam.page = 1; |
| | | // this.geticd(); |
| | | }, |
| | | /** 重置按钮操作 */ |
| | | resetQuery() { |