This commit is contained in:
2020-03-29 00:47:19 +00:00
parent 4e5435e0f4
commit 408ae6d07d
10 changed files with 140 additions and 35 deletions

View File

@@ -105,10 +105,10 @@ export default {
/////////////////////////////////////
// Display LT message with wait for ok
//
displayLTErrorMessage(ltKeyText, ltKeyTitle = undefined) {
displayLTErrorMessage(tKeyText, tKeyTitle = undefined) {
return VM_LOCAL.$root.$gzconfirm({
message: ltKeyText ? window.$gz.translation.get(ltKeyText) : "",
title: ltKeyTitle ? window.$gz.translation.get(ltKeyTitle) : "",
message: tKeyText ? window.$gz.translation.get(tKeyText) : "",
title: tKeyTitle ? window.$gz.translation.get(tKeyTitle) : "",
yesButtonText: window.$gz.translation.get("OK")
});
}

View File

@@ -42,7 +42,7 @@ export default {
window.$gz.store.commit("addTranslationText", item);
}
);
console.log("3");
resolve();
});
});