This commit is contained in:
2020-02-27 19:51:42 +00:00
parent b76e709234
commit 6be58715ca
2 changed files with 1 additions and 2 deletions

View File

@@ -172,7 +172,6 @@ export default {
serverError: {}
},
rights: window.$gz.role.getRights(window.$gz.type.FormCustom)
//,tempTemplate: window.$gz.store.state.formCustomTemplate["widget"]
};
},

View File

@@ -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) {