fix shopping list api

This commit is contained in:
smilerz
2021-12-20 12:27:25 -06:00
parent f5e4adba8b
commit 2d94cb70ab
8 changed files with 174 additions and 28 deletions

View File

@ -81,6 +81,7 @@ export default {
arrayValues = [{ id: -1, name: this_value }]
}
console.log(arrayValues)
if (this.form?.ordered && this.first_run) {
return this.flattenItems(arrayValues)
} else {