This commit is contained in:
smilerz
2021-12-19 10:21:37 -06:00
parent 7837467c30
commit ecbd3edb97
2 changed files with 2 additions and 1 deletions

View File

@ -435,7 +435,7 @@ export default {
getRecipes: function (col, item) {
let parent = {}
// TODO: make this generic
let params = { pageSize: 50 }
let params = { pageSize: 50, random: true }
params[this.this_recipe_param] = item.id
console.log("RECIPE PARAM", this.this_recipe_param, params, item.id)
this.genericAPI(this.Models.RECIPE, this.Actions.LIST, params)