任务类型添加

This commit is contained in:
24kycj
2025-02-11 00:21:40 +08:00
parent 8299d2bc54
commit 3d4c6c6a69
7 changed files with 93 additions and 35 deletions
+1 -1
View File
@@ -355,7 +355,7 @@ const actions = {
strong_list[info.strong_list[i].strong_pos] = info.strong_list[i]
}
info.strongList = strong_list
if (info.cover_flag) {
if (info.cover_flag && info.printer_name !== 'SE3') {
commit('setData', { name: 'printer_error', data: { type: 'error', notify: '设备门盖被打开,请关闭门盖。' } })
}
if (info.calibration_flag) {