* Fix create testtask bug.

This commit is contained in:
songchenxuan
2023-10-23 11:27:55 +08:00
parent 3c53cfbe84
commit 0d7a9e236f
3 changed files with 23 additions and 10 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ class testtask extends control
if($formData->execution)
{
$execution = $this->loadModel('execution')->fetchByID($formData->execution);
$formData->projectID = $execution->project;
$formData->project = $execution->project;
}
/* 创建测试单。*/