fix: 右上角告警数按钮提示跳转

This commit is contained in:
TsMask
2023-10-19 17:47:04 +08:00
parent bb8bde9977
commit 456d2a9613
2 changed files with 12 additions and 4 deletions

View File

@@ -43,7 +43,6 @@ export async function listAct(query: Record<string, any>, filterSQl: string) {
let rowsSQL = `select * from alarm where alarm_status='1' ${filterSQl}`;
// 查询
let querySQL = '';
debugger;
if (query.alarmCode) {
querySQL += ` and alarm_code = '${query.alarmCode}' `;
}