Merge branch 'sprint/hufangzhou_26586' into 'master'

* Fix bug #26586.

See merge request easycorp/zentaopms!5205
This commit is contained in:
王怡栋
2022-08-31 03:59:05 +00:00
+1 -1
View File
@@ -27,7 +27,7 @@ $(function()
var planID = $('#plan').val();
if(planID)
{
parent.location.href = createLink('execution', 'importPlanStories', 'executionID=' + executionID + '&planID=' + planID);
location.href = createLink('execution', 'importPlanStories', 'executionID=' + executionID + '&planID=' + planID);
}
})