Browse Source

定时bug修复

blvilla_ers
3067418132@qq.com 3 weeks ago
parent
commit
a6dab26e6e
  1. 2
      src/views/centerairC/timeSwitch/index.vue

2
src/views/centerairC/timeSwitch/index.vue

@ -102,7 +102,7 @@ export default {
// console.log("child.pointName", child.pointName);
if (child.pointName) {
// -
if (child.pointName.includes(`开_`)) {
if (child.pointName.includes(`开_`)) {
// console.log("-·························");
delayItem.delayOpenHour = child.curValue;
delayItem.delayOpenHourId = child.cpmId;

Loading…
Cancel
Save