add: crud completed of budgets
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
multiple: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
disabled: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
});
|
||||
defineEmits(['update:selectedProduct', 'clear-option'])
|
||||
@@ -36,6 +40,7 @@
|
||||
:searchable="true"
|
||||
:loading="isLoading"
|
||||
:close-on-select="true"
|
||||
:disabled="disabled"
|
||||
@search-change="searchProductFn"
|
||||
@remove="$emit('clear-option')"
|
||||
placeholder="Busca por producto"
|
||||
|
||||
Reference in New Issue
Block a user