This commit is contained in:
2019-12-03 20:47:04 +00:00
parent 7c497d6d8d
commit c7994c0d30
4 changed files with 20 additions and 13 deletions

View File

@@ -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":