feat 优化报警消息
This commit is contained in:
@@ -63,11 +63,11 @@ const warningListStore = useWarningListStore();
|
||||
const noticeStore = useNoticeStore();
|
||||
|
||||
const props = defineProps<{
|
||||
warningList?: any[];
|
||||
warningList: any;
|
||||
}>();
|
||||
const { warningList } = toRefs(props);
|
||||
const warningListRows = computed(() => warningList.value?.rows || []);
|
||||
console.log('666666666666666666_warningListRows', warningListRows.value);
|
||||
// console.log('666666666666666666_warningListRows', warningListRows.value);
|
||||
const { readAll } = useNoticeStore();
|
||||
const monitorVideoRef = ref<HTMLVideoElement>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user