* Add parameters to the link.

This commit is contained in:
tianshujie98
2021-03-18 13:06:14 +08:00
parent 9641aeffd5
commit d05dc1b8e2
+1 -1
View File
@@ -5,7 +5,7 @@ $(function()
if(executions.length == 0)
{
alert(createExecution);
location.href = createLink('execution', 'create');
location.href = createLink('execution', 'create', 'productID=&executionID=&copyExecutionID=&planID=&confirm=&projectID=' + projectID);
return false;
}
});