@@ -1657,7 +1657,8 @@
});
}
// 导出实时数据
- async function exportData(record) {
+ async function exportData(e: Event, record) {
+ e.stopPropagation();
try {
const res = await exportMonitorData({
devicetype: 'fanmain',