feat: 试运行不需要要有连接状态为连接的,因为可以选择未连接的机器人进行试运行来保存流程数据
This commit is contained in:
parent
f5b1b70274
commit
544711cd73
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user