opt: 添加堆垛机下发信号日志

This commit is contained in:
yanps
2024-05-10 10:56:16 +08:00
parent 04fb44f67d
commit 9e45690cd0
6 changed files with 11 additions and 3 deletions

View File

@@ -846,7 +846,7 @@ export default {
handleCommand(index, row, command) {
switch (command) {
case 'a':// 完成
this.finish('3', row)
this.finish('2', row)
break
case 'b':// 取消
this.cancel(index, row)