fix(sj_map_reduce): 修复日志弹窗数据未清除问题

This commit is contained in:
xlsea 2024-06-27 10:42:04 +08:00
parent 84788ea83a
commit 5657119c10

View File

@ -119,6 +119,7 @@ watch(
if (!val && props.drawer) { if (!val && props.drawer) {
stopLog(); stopLog();
logList.value = [];
} }
}, },
{ immediate: true } { immediate: true }