This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user