This commit is contained in:
2019-07-12 19:00:19 +00:00
parent ad17801d30
commit 276c7f334f
5 changed files with 64 additions and 11 deletions

View File

@@ -25,6 +25,7 @@ import locale from "./api/locale";
import gzapi from "./api/gzapi";
import gzreport from "./api/gzreport";
import gzform from "./api/gzform";
import gzformcustomtemplate from "./api/form-custom-template";
import roles from "./api/authorizationroles";
import gztype from "./api/ayatype";
import "@/assets/css/main.css";
@@ -49,6 +50,9 @@ Object.defineProperty(Vue.prototype, "$_", { value: lodash });
Object.defineProperty(Vue.prototype, "$gzlocale", { value: locale });
Object.defineProperty(Vue.prototype, "$gzapi", { value: gzapi });
Object.defineProperty(Vue.prototype, "$gzform", { value: gzform });
Object.defineProperty(Vue.prototype, "$gzformcustomtemplate", {
value: gzformcustomtemplate
});
Object.defineProperty(Vue.prototype, "$gzreport", { value: gzreport });
Object.defineProperty(Vue.prototype, "$gzHandleFormError", {
value: errorHandler.handleFormError