This commit is contained in:
tianshujie
2022-04-01 15:50:34 +08:00
parent 4fa721b0bb
commit 4503f0b9d8
4 changed files with 6 additions and 20 deletions
+3 -1
View File
@@ -5,7 +5,9 @@ $(function()
if(executions.length == 0)
{
alert(createExecution);
location.href = createLink('execution', 'create', 'projectID=' + projectID);
var link = createLink('execution', 'create', 'projectID=' + projectID);
window.parent.$.apps.open(link, 'execution');
return false;
}
});