|
|
@@ -181,9 +181,8 @@ export default {
|
|
|
const { startDate, endDate } = this.getMonth()
|
|
|
this.checkDevice() && getOnlineDurationReport({
|
|
|
deviceId: this.deviceId,
|
|
|
- type: 1,
|
|
|
- sumDateFrom: startDate,
|
|
|
- sumDateTo: endDate
|
|
|
+ from: startDate,
|
|
|
+ to: endDate
|
|
|
}).then(this.onData)
|
|
|
},
|
|
|
async onTriggerAdSnap () {
|