From 544711cd73e041fe2726908fe0acfeb0d2b48d6e Mon Sep 17 00:00:00 2001 From: zhanghao <774378400@qq.com> Date: Thu, 6 Aug 2026 14:48:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AF=95=E8=BF=90=E8=A1=8C=E4=B8=8D?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E8=A6=81=E6=9C=89=E8=BF=9E=E6=8E=A5=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E4=B8=BA=E8=BF=9E=E6=8E=A5=E7=9A=84=EF=BC=8C=E5=9B=A0?= =?UTF-8?q?=E4=B8=BA=E5=8F=AF=E4=BB=A5=E9=80=89=E6=8B=A9=E6=9C=AA=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=E7=9A=84=E6=9C=BA=E5=99=A8=E4=BA=BA=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E8=AF=95=E8=BF=90=E8=A1=8C=E6=9D=A5=E4=BF=9D=E5=AD=98=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/flow/components/TestRun.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/flow/components/TestRun.vue b/src/views/flow/components/TestRun.vue index dc5b567..47daa2c 100644 --- a/src/views/flow/components/TestRun.vue +++ b/src/views/flow/components/TestRun.vue @@ -209,7 +209,9 @@ const handleRobotChange = async (robotId) => { /** 获取在线机器人列表 */ const loadRobotOptions = async () => { - const res = await getRobotList({ pageNum: 1, pageSize: 1000, connectStatus: '1' }) + // 试运行不需要要有连接状态为连接的,因为可以选择未连接的机器人进行试运行来保存流程数据 + // , connectStatus: '1' + const res = await getRobotList({ pageNum: 1, pageSize: 1000 }) if (res.code === 200) { robotIdOptions.value = res.rows?.map((item) => { return {