This commit is contained in:
hufangzhou
2021-02-01 16:23:10 +08:00
parent 3a43cf09a3
commit 469c97bdbb
+1 -1
View File
@@ -30,7 +30,7 @@ function createBug(obj)
var onlybody = config.onlybody;
config.onlybody = 'no';
window.open(createLink('bug', 'create', params + ',stepIdList=' + stepIdList), '_blank');
window.open(createLink('bug', 'create', params + ',stepIdList=' + stepIdList), '_parent');
config.onlybody = onlybody;
}