This commit is contained in:
Yagami
2023-05-17 13:31:09 +08:00
parent 4a4fef5b3b
commit 7a614b4a5a
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -775,7 +775,7 @@ $(function()
var task = gantt.getTask(id);
if(task.type == 'point' && task.rawStatus) location.href = createLink('review', 'view', 'reviewID=' + task.reviewID);
if(task.type == 'plan') window.parent.$.apps.open(createLink('execution', 'task', 'id=' + task.id), 'execution');
if(task.type == 'plan' && !task.isParent) window.parent.$.apps.open(createLink('execution', 'task', 'id=' + task.id), 'execution');
if($(e.srcElement).hasClass('icon-confirm'))
{