|  |  |  | 
|---|
|  |  |  | info: '', | 
|---|
|  |  |  | deviceType: '', | 
|---|
|  |  |  | hkStatus: '', | 
|---|
|  |  |  | startTime: '', | 
|---|
|  |  |  | endTime: '', | 
|---|
|  |  |  | startDate: '', | 
|---|
|  |  |  | endDate: '', | 
|---|
|  |  |  | radio: 0 | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | time: [] | 
|---|
|  |  |  | 
|---|
|  |  |  | methods: { | 
|---|
|  |  |  | changeRadio(e) { | 
|---|
|  |  |  | if (e === '0') { | 
|---|
|  |  |  | this.searchForm.startTime = timeForMat(0)[0] | 
|---|
|  |  |  | this.searchForm.endTime = timeForMat(0)[1] | 
|---|
|  |  |  | this.searchForm.startDate = timeForMat(0)[0] | 
|---|
|  |  |  | this.searchForm.endDate = timeForMat(0)[1] | 
|---|
|  |  |  | this.time = timeForMat(0) | 
|---|
|  |  |  | } else if (e === '1') { | 
|---|
|  |  |  | this.searchForm.startTime = timeForMat(6)[0] | 
|---|
|  |  |  | this.searchForm.startDate = timeForMat(6)[0] | 
|---|
|  |  |  | this.searchForm.endTime = timeForMat(6)[1] | 
|---|
|  |  |  | this.time = timeForMat(6) | 
|---|
|  |  |  | } else if (e === '2') { | 
|---|
|  |  |  | this.searchForm.startTime = timeForMat(29)[0] | 
|---|
|  |  |  | this.searchForm.startDate= timeForMat(29)[0] | 
|---|
|  |  |  | this.searchForm.endTime = timeForMat(29)[1] | 
|---|
|  |  |  | this.time = timeForMat(29) | 
|---|
|  |  |  | } | 
|---|