Browse Source

fix:托盘升降回原点

master
guoapeng 3 months ago
parent
commit
6616742b31
  1. 6
      src/views/debug/index.vue

6
src/views/debug/index.vue

@ -62,11 +62,11 @@ const debug_pallet_elevator_stop = async () => {
await debugStore.sendControl(params)
}
const debug_cap_lifting_origin = async () => {
const debug_pallet_elevator_reset = async () => {
currentCommandId = Date.now().toString()
const params = {
commandId: currentCommandId,
command: 'debug_cap_lifting_origin',
command: 'debug_pallet_elevator_reset',
params: {
index: debugStore.formData.heatArea.index,
},
@ -862,7 +862,7 @@ const debug_door_stop = async () => {
<ft-button size="small" :click-handle="debug_pallet_elevator_stop">
停止
</ft-button>
<ft-button size="small" type="primary" :click-handle="debug_cap_lifting_origin">
<ft-button size="small" type="primary" :click-handle="debug_pallet_elevator_reset">
回原点
</ft-button>
</el-form-item>

Loading…
Cancel
Save