| | |
| | | required: true, |
| | | message: '请选择设备', |
| | | trigger: ['blur', 'change'] |
| | | }] |
| | | }], |
| | | bigDeviceModel: [{ |
| | | |
| | | }] |
| | | }, |
| | | deviceData: [], |
| | | checkTypeData: [] |
| | |
| | | bigNumber: this.bigNumber, |
| | | pageNum: this.pageNum, |
| | | pageSize: this.pageSize, |
| | | startTime: this.timeData ? this.timeData[0] : '', |
| | | endTime: this.timeData ? this.timeData[1] : '' |
| | | startTime: this.timeData ? this.timeData[0] + ' 00:00:00' : '', |
| | | endTime: this.timeData ? this.timeData[1] + ' 23:59:59' : '' |
| | | }).then(res => { |
| | | if(res.success) { |
| | | this.total = res.data.total; |
| | |
| | | // 切换页数 |
| | | changePageNum(page) { |
| | | this.pageNum = page; |
| | | this.searchSpotCheckList(); |
| | | }, |
| | | // 切换每页条数 |
| | | changePageSize(size) { |
| | | this.pageSize = size; |
| | | this.searchSpotCheckList(); |
| | | } |
| | | }, |
| | | watch: { |