优化:干涉警告的提示改成无限长

pull/1676/head
ChenX 3 years ago
parent de52c0e5e3
commit a27a268062

@ -189,7 +189,7 @@ async function ExecChaiDan(chaiDanRoute: ErpRoutes)
{
AppToaster.show({
message: `${objMap.length}组实体干涉了,请退出检查确认`,
timeout: 5000,
timeout: 0,
intent: Intent.DANGER,
});
}

Loading…
Cancel
Save