0
0
Fork 0

refactor: log error

This commit is contained in:
Jon Elias 2024-12-05 10:30:43 +01:00
parent 58a18bfb69
commit 646007ea63
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ async function openPointRecord(id, modelLog) {
pointRecord.value = parseProps(propNames, locale, data); pointRecord.value = parseProps(propNames, locale, data);
} }
async function setLogTree(data) { async function setLogTree(data) {
if (!data) return;
logTree.value = getLogTree(data); logTree.value = getLogTree(data);
} }