From 65d219062e25a54871439df790e7e465ca3893cb Mon Sep 17 00:00:00 2001 From: lixiaolong <702156524@qq.com> Date: Wed, 5 Aug 2026 10:15:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(flow):=20=E4=BC=98=E5=8C=96=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E6=89=A7=E8=A1=8C=E6=B5=81=E7=A8=8B=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将设备ID参数从输入框改为选择框,并设置为必填项 - 添加设备绑定工具栏显示执行设备选择信息 - 集成机器人设备选择对话框功能 - 实现机器人列表加载和设备选项动态获取 - 添加设备选择表单验证和确认逻辑 - 支持自动选择唯一在线设备并锁定 - 优化键盘事件处理,区分编辑状态和流程操作 - 添加相关的API接口调用和工具函数 - 增加相应的样式定义和用户提示信息 --- .../components/params/Device_universal.vue | 154 +++++++++++++++++- src/views/flow/config.js | 2 +- src/views/flow/index.vue | 25 ++- 3 files changed, 176 insertions(+), 5 deletions(-) diff --git a/src/views/flow/components/params/Device_universal.vue b/src/views/flow/components/params/Device_universal.vue index 165b95c..9d98338 100644 --- a/src/views/flow/components/params/Device_universal.vue +++ b/src/views/flow/components/params/Device_universal.vue @@ -16,6 +16,15 @@