yangjingjing 5 lat temu
rodzic
commit
cf2b354d2a

+ 1 - 0
src/views/demp/monitordata/Index.vue

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

+ 2 - 2
src/views/deviceinfo/baseinfo.vue

@@ -95,14 +95,14 @@
                   @click="removeDeviceById(scope.row.deviceId)"
                 />
               </el-tooltip>
-              <el-tooltip content="设置工作时间" placement="bottom" effect="light">
+<!--              <el-tooltip content="设置工作时间" placement="bottom" effect="light">
                 <el-button
                   type="success"
                   icon="el-icon-time"
                   circle
                   @click="timeSetting(scope.row)"
                 />
-              </el-tooltip>
+              </el-tooltip>-->
               <el-tooltip content="解除编辑锁定" placement="bottom" effect="light">
                 <el-button
                   type="warning"