fix: 看班告警统计判断修复,超时30秒
This commit is contained in:
@@ -303,6 +303,7 @@ export async function origGet() {
|
||||
params: {
|
||||
SQL: totalSQL,
|
||||
},
|
||||
timeout: 30_000,
|
||||
});
|
||||
////
|
||||
|
||||
@@ -340,6 +341,7 @@ export async function top3Sel(filterFlag?: string) {
|
||||
params: {
|
||||
SQL: top3SQL,
|
||||
},
|
||||
timeout: 30_000,
|
||||
});
|
||||
|
||||
// 解析数据
|
||||
|
||||
Reference in New Issue
Block a user