diff --git a/ayanova/src/views/ay-customize.vue b/ayanova/src/views/ay-customize.vue index 63f85c11..6202434d 100644 --- a/ayanova/src/views/ay-customize.vue +++ b/ayanova/src/views/ay-customize.vue @@ -172,7 +172,6 @@ export default { serverError: {} }, rights: window.$gz.role.getRights(window.$gz.type.FormCustom) - //,tempTemplate: window.$gz.store.state.formCustomTemplate["widget"] }; }, diff --git a/ayanova/src/views/test-inventory-widget-edit.vue b/ayanova/src/views/test-inventory-widget-edit.vue index fdb48414..30332aa8 100644 --- a/ayanova/src/views/test-inventory-widget-edit.vue +++ b/ayanova/src/views/test-inventory-widget-edit.vue @@ -234,7 +234,7 @@ //Illegal1 = O0 const FORM_KEY = "inventory-widget-edit"; const API_BASE_URL = "Widget/"; -const FORM_CUSTOM_TEMPLATE_KEY = "widget"; +const FORM_CUSTOM_TEMPLATE_KEY = "Widget"; export default { beforeRouteEnter(to, from, next) {