fix: emit add product
This commit is contained in:
parent
92454ca16a
commit
48d2214f93
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ function confirmDelete(items: unknown[], index: number) {
|
|||
:length="workItems.length"
|
||||
:workIndex="index"
|
||||
v-model:product-items="work.product"
|
||||
@add-product="$emit('addProduct')"
|
||||
@move-work-up="moveItemUp(workItems, index)"
|
||||
@move-work-down="moveItemDown(workItems, index)"
|
||||
@delete-work="confirmDelete(workItems, index)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue