refactor: quotation product tree
This commit is contained in:
parent
5d1d1f36e0
commit
66b30b9e3f
5 changed files with 251 additions and 154 deletions
|
|
@ -38,7 +38,6 @@ const nodes = ref([
|
|||
{
|
||||
title: props.service?.name,
|
||||
subtitle: props.service?.code || ' ',
|
||||
selected: false,
|
||||
opened: true,
|
||||
children: (function () {
|
||||
const noNameObjects = workItems.value
|
||||
|
|
@ -99,7 +98,6 @@ watch(
|
|||
{
|
||||
title: props.service?.name,
|
||||
subtitle: props.service?.code || ' ',
|
||||
selected: false,
|
||||
opened: true,
|
||||
children: (function () {
|
||||
const noNameObjects = workItems.value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue