diff --git a/src/Add-on/Erp/ErpCommands.ts b/src/Add-on/Erp/ErpCommands.ts index da68fcbaa..2342a3497 100644 --- a/src/Add-on/Erp/ErpCommands.ts +++ b/src/Add-on/Erp/ErpCommands.ts @@ -189,7 +189,7 @@ async function ExecChaiDan(chaiDanRoute: ErpRoutes) { AppToaster.show({ message: `有${objMap.length}组实体干涉了,请退出检查确认`, - timeout: 5000, + timeout: 0, intent: Intent.DANGER, }); }