This commit is contained in:
@@ -80,7 +80,7 @@ export default {
|
||||
vm.appBar.menuItems.push({
|
||||
title: window.$gz.locale.get("Customize"),
|
||||
icon: "sliders-h",
|
||||
data: ctx.formData.ayaType,
|
||||
data: ctx.formData.formCustomTemplateKey,
|
||||
key: "app:customize"
|
||||
});
|
||||
}
|
||||
@@ -151,7 +151,7 @@ export default {
|
||||
case "customize":
|
||||
vm.$router.push({
|
||||
name: "customize",
|
||||
params: { ayatype: item.data }
|
||||
params: { formCustomTemplateKey: item.data }
|
||||
});
|
||||
break;
|
||||
case "nav":
|
||||
|
||||
Reference in New Issue
Block a user