* Adjust code.

This commit is contained in:
liuhong
2023-01-04 05:54:47 +00:00
parent 892b7d6b8a
commit 06700413b1
+2 -1
View File
@@ -1681,7 +1681,8 @@ class execution extends control
if(!$execution->hasProduct)
{
return print(js::locate(inlink('create', "projectID=$projectID&executionID=$executionID")));
}else
}
else
{
return print(js::confirm($importPlanStoryTips, inlink('create', "projectID=$projectID&executionID=$executionID&copyExecutionID=&planID=$planID&confirm=yes"), inlink('create', "projectID=$projectID&executionID=$executionID")));