diff --git a/pages/home/control/automatic.vue b/pages/home/control/automatic.vue index aad4f84..b95109b 100644 --- a/pages/home/control/automatic.vue +++ b/pages/home/control/automatic.vue @@ -825,7 +825,6 @@ export default { } ]; - // todo 校验、后端保存 for (const [_, rule] of checkRules.entries()) { for (const [index, item] of this.term.entries()) { const term = termMap[item]; // 温度条件 @@ -844,6 +843,8 @@ export default { return; } } + + // todo 校验、后端保存 } }