* add projectID for export tree and calendar.

This commit is contained in:
wangyidong
2018-10-24 17:22:25 +08:00
parent 3e26c07d0f
commit 2a0a11bb92
+1
View File
@@ -1425,6 +1425,7 @@ class task extends control
$this->view->allExportFields = $allExportFields;
$this->view->customExport = true;
$this->view->type = $type;
$this->view->projectID = $projectID;
$this->display();
}