feat: 调整流程节点

This commit is contained in:
zhanghao 2026-07-17 11:00:15 +08:00
parent 84420e510c
commit 3800a1db4f
3 changed files with 3 additions and 3 deletions

View File

@ -101,7 +101,7 @@ export function moveRobot(data) {
export function stopRobot(data) {
return request({
url: '/api/agv/stopVelocityControl',
method: 'get',
method: 'post',
data: data
})
}

View File

@ -231,7 +231,7 @@ const robotFormAction = ref()
const submitRobotForm = () => {
if (robotFormAction.value === 'AGV_MOVE_TO_POINT') {
} else if (robotFormAction.value === 'ALM') {
} else if (robotFormAction.value === 'ARM_MOVE_TO_POINT') {
robotFormRef.value.validate(async (valid) => {
if (valid) {
try {

View File

@ -383,7 +383,7 @@ function handler(params) {
name: "机械臂",
type: "serviceNode",
desc: "控制机器人的手臂",
action: 'ALM',
action: 'ARM_MOVE_TO_POINT',
nodeType: 'EDGE',
nodeParams: [
{ name: "deviceId", type: "input", input: "", disabled: true },