Commit Graph

17 Commits (1612e3e1b64b9b7d20c7e6d42b67c8472abb7da9)

Author SHA1 Message Date
YunaiV 1612e3e1b6 fix(iot): 场景联动动作类型切换清理逻辑失效
updateActionType 先调 onActionTypeChange(此时 action.type 仍是旧值)
再赋新值,修复 type guard 永远 false 导致切换执行器类型不清空旧
identifier;onActionTypeChange 内恒真的 type !== action.type
简化为 if (action.identifier)
2026-05-22 20:24:58 +08:00
YunaiV 3686b58dbb feat:【iot 物联网】优化场景联动的界面 2025-09-03 23:07:55 +08:00
puhui999 1c4222de35 perf: 【IoT 物联网】优化场景联动 review 提到的逻辑 2025-08-15 11:55:30 +08:00
puhui999 d6f3c511b8 perf: 【IoT 物联网】场景联动执行器的 UI 风格对齐触发器 2025-08-14 18:03:04 +08:00
YunaiV a5478ffcfe review:【iot 物联网】场景联动的逻辑 2025-08-09 16:05:48 +08:00
puhui999 fd85c4d682 perf: 【IoT 物联网】场景联动注释优化 2025-08-07 21:36:27 +08:00
puhui999 93311f8bd7 perf: 【IoT 物联网】场景联动收拢常量定义 2025-08-07 17:09:17 +08:00
puhui999 d077604bc9 perf: 【IoT 物联网】场景联动优化 ActionTypeSelector 的内容直接内联在主组件中 2025-08-07 15:09:15 +08:00
puhui999 a8adda7dc5 perf: 【IoT 物联网】场景联动类型归纳优化,移除多余文件 2025-08-07 14:29:59 +08:00
puhui999 6c954c4ff1 perf:【IoT 物联网】场景联动优化统一类型定义,简化告警配置 2025-08-05 11:59:46 +08:00
YunaiV d74080d6b0 review:【iot 物联网】场景联动的逻辑 2025-08-04 22:13:17 +08:00
puhui999 9684593623 perf:【IoT 物联网】场景联动执行器优化 2025-08-04 21:04:18 +08:00
puhui999 38ad857c33 perf:【IoT 物联网】场景联动执行器优化 2025-08-04 00:21:19 +08:00
puhui999 00e193d3e2 perf:【IoT 物联网】场景联动表单校验规则优化 2025-08-03 22:33:37 +08:00
puhui999 b91770aa1f perf:【IoT 物联网】场景联动接口定义和常量定义分离 2025-08-02 10:31:24 +08:00
puhui999 d3d6f8f8ab perf:【IoT 物联网】场景联动目录结构优化 2025-07-27 22:44:06 +08:00
puhui999 8549399ae8 perf:【IoT 物联网】场景联动目录结构优化 2025-07-26 22:35:59 +08:00