#7283: Fix Item module #1042

Merged
jon merged 11 commits from Fix-Items-Module into dev 2024-12-09 12:29:55 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 646007ea63 - Show all commits
src/components/common

View File

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