更新
This commit is contained in:
@@ -233,6 +233,7 @@ const defaultData = {
|
||||
system_name: '', //主机名称
|
||||
is_set_cddev: 0,
|
||||
serial_no: '', //设备序列号
|
||||
test_use: '', //试用天数
|
||||
// 左右光盘桶
|
||||
strong_list: [
|
||||
{
|
||||
@@ -481,7 +482,7 @@ const actions = {
|
||||
if (req) {
|
||||
commit('setData', { name: 'printer_error', data: { type: 'error', confirm: Error[errors[i]], req: req, noJump: noJump, isClear: isClear } })
|
||||
} else {
|
||||
commit('setData', { name: 'printer_error', data: { type: 'error', notify: Error[errors[i]], isClear: isClear } })
|
||||
commit('setData', { name: 'printer_error', data: { type: 'error', notify: Error[errors[i]], isClear: isClear, noJump: noJump } })
|
||||
}
|
||||
}, 500)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user