recipecoontextmenu
This commit is contained in:
parent
c45bf3a994
commit
e05fd02c65
@ -68,6 +68,9 @@ export default {
|
|||||||
this.label = this.form?.label ?? ""
|
this.label = this.form?.label ?? ""
|
||||||
this.sticky_options = this.form?.sticky_options ?? []
|
this.sticky_options = this.form?.sticky_options ?? []
|
||||||
this.list_label = this.form?.list_label ?? undefined
|
this.list_label = this.form?.list_label ?? undefined
|
||||||
|
if (this.list_label?.includes("::")) {
|
||||||
|
this.list_label = this.list_label.split("::")[1]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
modelName() {
|
modelName() {
|
||||||
@ -131,7 +134,6 @@ export default {
|
|||||||
let flat_items = []
|
let flat_items = []
|
||||||
let item = undefined
|
let item = undefined
|
||||||
let label = this.form.list_label.split("::")
|
let label = this.form.list_label.split("::")
|
||||||
this.list_label = label[1]
|
|
||||||
itemlist.forEach((x) => {
|
itemlist.forEach((x) => {
|
||||||
item = { ...x }
|
item = { ...x }
|
||||||
for (const [k, v] of Object.entries(x)) {
|
for (const [k, v] of Object.entries(x)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user