From 5c8ef01682f4a9b59ff5f238f0a9ada39041b829 Mon Sep 17 00:00:00 2001 From: lld <15027638633@163.com> Date: Fri, 27 Feb 2026 16:46:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=8C=96=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/control/automatic.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 校验、后端保存 } }