|
|
|
@ -300,7 +300,7 @@ function connectDetectStream() {
|
|
|
|
.join('\n')
|
|
|
|
.join('\n')
|
|
|
|
Object.assign(sopAlert, {
|
|
|
|
Object.assign(sopAlert, {
|
|
|
|
visible: true,
|
|
|
|
visible: true,
|
|
|
|
title: `SOP 流程 #${msg.process_id} 未完成`,
|
|
|
|
title: `警告:SOP 流程 #${msg.process_id} 未完成!`,
|
|
|
|
content: detail
|
|
|
|
content: detail
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|