fix:(04) f5 icom missing
This commit is contained in:
parent
ecfee8b814
commit
84e12bfae6
1 changed files with 4 additions and 2 deletions
|
|
@ -150,7 +150,8 @@ const treeProductTypeAndGroup = computed(() => {
|
|||
return {
|
||||
...item,
|
||||
_count: {
|
||||
type: recordTreeProductType.value[item.id]?.length ?? 0,
|
||||
type:
|
||||
recordTreeProductType.value[item.id]?.length ?? item._count.type,
|
||||
service: item._count.service,
|
||||
product: item._count.product,
|
||||
},
|
||||
|
|
@ -1445,7 +1446,6 @@ watch(
|
|||
style="color: var(--foreground)"
|
||||
>
|
||||
<template #default-header="{ node }">
|
||||
{{ console.log(node) }}
|
||||
<div
|
||||
class="full-width q-py-xs clickable-node"
|
||||
:class="{
|
||||
|
|
@ -3617,6 +3617,8 @@ watch(
|
|||
workItems[currentWorkIndex].attributes = tempValueProperties;
|
||||
}
|
||||
|
||||
console.log('dasdasd');
|
||||
|
||||
propertiesDialog = false;
|
||||
}
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue