|
@@ -435,6 +435,7 @@ export default {
|
|
|
this.queryParams.deviceId = this.selectedSensorRow.deviceId
|
|
this.queryParams.deviceId = this.selectedSensorRow.deviceId
|
|
|
this.queryParams.sensorId = this.selectedSensorRow.sensorId
|
|
this.queryParams.sensorId = this.selectedSensorRow.sensorId
|
|
|
this.queryParams.switchValue = this.switchValue
|
|
this.queryParams.switchValue = this.switchValue
|
|
|
|
|
+ this.queryParams.id = null
|
|
|
this.$post('/demp/data/exchange/historyData/getHistoryData', {
|
|
this.$post('/demp/data/exchange/historyData/getHistoryData', {
|
|
|
...this.queryParams
|
|
...this.queryParams
|
|
|
}).then((r) => {
|
|
}).then((r) => {
|