* [bug#52999,0.5h] change window.open to openUrl.

This commit is contained in:
tanghucheng
2024-08-27 15:26:02 +08:00
committed by 谢杞钰
parent 437f68bb72
commit 677ae7dc4b
+1 -2
View File
@@ -131,8 +131,7 @@ function createBug(event)
});
var link = $.createLink('bug', 'create', $form.data('params') + ',stepIdList=' + stepIdList);
window.open(link, '_blank');
//openPage(link, 'qa');
openUrl(link, {load: 'modal'});
$('#runCaseModal').closest('.modal').off('hide.zui.modal');
$('#casesResults').closest('.modal').off('hide.zui.modal');