This commit is contained in:
Yuri Kuznetsov
2022-01-17 17:34:17 +02:00
parent cc9ed3f365
commit e2db825fc2
+4 -2
View File
@@ -70,15 +70,17 @@ define('views/import/index', 'view', function (Dep) {
entityType: this.entityType,
formData: this.formData,
result: result
}, function (view) {
}, (view) => {
view.render();
});
var url = '#Import';
if (this.step > 1) {
url += '/index/step=' + this.step;
}
this.getRouter().navigate(url, {trigger: false})
this.getRouter().navigate(url, {trigger: false});
},
afterRender: function () {