feat: 试运行不需要要有连接状态为连接的,因为可以选择未连接的机器人进行试运行来保存流程数据

This commit is contained in:
zhanghao 2026-08-06 14:48:28 +08:00
parent f5b1b70274
commit 544711cd73

View File

@ -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 {