This commit is contained in:
2019-05-02 20:54:07 +00:00
parent 006fba9d29
commit 9d40b832d7
6 changed files with 67 additions and 97 deletions

View File

@@ -260,10 +260,7 @@ export default {
];
var vm = this;
this.$gzlocale
.fetch(ltKeysRequired)
// .then(function() {
// generateMenu(vm, );
// })
.fetch(ltKeysRequired)
.then(() => (vm.formState.ready = true))
.catch(err => {
vm.formState.ready = true;
@@ -406,7 +403,7 @@ export default {
remove() {
var vm = this;
//Prompt:
vm.$gzform.confirmDelete(vm).then(dialogResult => {
vm.$gzdialog.confirmDelete(vm).then(dialogResult => {
if (dialogResult == true) {
//do the delete
vm.formState.loading = true;