shenzhen-dev #2

Merged
admin merged 614 commits from shenzhen-dev into master 2025-06-03 18:28:43 +08:00
Showing only changes of commit 76e4aa563d - Show all commits

View File

@ -166,7 +166,7 @@ let detailData = ref({} as any);
let warnAlarmList = ref([] as any);
//
const getWarnAlarmList = async () => {
const res: any = await getAlarmList({ projectSn: store.sn });
const res: any = await getAlarmList({ projectSn: store.sn, selectType: 3 });
console.log("获取告警列表", res);
if (res.result.length > 0) {
warnAlarmList.value = res.result;