Borrada linea no usada
This commit is contained in:
parent
ae1f8673e7
commit
354045c5df
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ export default {
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
...mapState('barrio',["grupo_de_compra_id","pedidos"]),
|
...mapState('barrio',["grupo_de_compra_id","pedidos"]),
|
||||||
...mapState('pedido',["nombre","pedido_id"]),
|
|
||||||
deshabilitado: function () {
|
deshabilitado: function () {
|
||||||
return !this.searchString?.trim()
|
return !this.searchString?.trim()
|
||||||
|| this.pedidos.some(p => p.nombre.toLowerCase() === this.searchString.toLowerCase())
|
|| this.pedidos.some(p => p.nombre.toLowerCase() === this.searchString.toLowerCase())
|
||||||
|
|
Loading…
Add table
Reference in a new issue