This commit is contained in:
@@ -437,7 +437,12 @@ export default {
|
||||
//notify not found error then navigate backwards
|
||||
window.$gz.eventBus.$emit("notify-error", vm.$ay.t("ErrorAPI2010"));
|
||||
// navigate backwards
|
||||
window.$gz._.delay(function() {
|
||||
//de-lodash
|
||||
// window.$gz._.delay(function() {
|
||||
// vm.$router.go(-1);
|
||||
// }, 2000);
|
||||
|
||||
setTimeout(function() {
|
||||
vm.$router.go(-1);
|
||||
}, 2000);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user