* [bug#66814,done,0.2h,0h] Fix create bug btn link error.

This commit is contained in:
wangyuting
2025-11-19 16:34:05 +08:00
parent 31edd1b92c
commit 97e77060e2
+1 -1
View File
@@ -134,7 +134,7 @@ function createBug(event)
formData.append('stepIdList', stepIdList);
var link = $.createLink('bug', 'create', $form.data('params'));
postAndLoadPage(link, formData);
postAndLoadPage(link, formData, '', {app: tab == 'my' ? 'qa' : tab});
$('#runCaseModal').closest('.modal').off('hide.zui.modal');
$('#casesResults').closest('.modal').off('hide.zui.modal');