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 {
|
return {
|
||||||
...item,
|
...item,
|
||||||
_count: {
|
_count: {
|
||||||
type: recordTreeProductType.value[item.id]?.length ?? 0,
|
type:
|
||||||
|
recordTreeProductType.value[item.id]?.length ?? item._count.type,
|
||||||
service: item._count.service,
|
service: item._count.service,
|
||||||
product: item._count.product,
|
product: item._count.product,
|
||||||
},
|
},
|
||||||
|
|
@ -1445,7 +1446,6 @@ watch(
|
||||||
style="color: var(--foreground)"
|
style="color: var(--foreground)"
|
||||||
>
|
>
|
||||||
<template #default-header="{ node }">
|
<template #default-header="{ node }">
|
||||||
{{ console.log(node) }}
|
|
||||||
<div
|
<div
|
||||||
class="full-width q-py-xs clickable-node"
|
class="full-width q-py-xs clickable-node"
|
||||||
:class="{
|
:class="{
|
||||||
|
|
@ -3617,6 +3617,8 @@ watch(
|
||||||
workItems[currentWorkIndex].attributes = tempValueProperties;
|
workItems[currentWorkIndex].attributes = tempValueProperties;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log('dasdasd');
|
||||||
|
|
||||||
propertiesDialog = false;
|
propertiesDialog = false;
|
||||||
}
|
}
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue