* [task#143975,doing,2h] Copy template to OR.

This commit is contained in:
xieqiyu
2025-05-23 16:26:10 +08:00
committed by 刘刚
parent 1e9248ecfb
commit 155c9f7dc2
4 changed files with 72 additions and 4 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ class tree extends control
$parentLabel = $this->lang->docTemplate->parentModule;
$scopes = array();
$scopeList = $this->doc->getTemplateScopes();
$scopeList = $this->loadModel('doc')->getTemplateScopes();
foreach($scopeList as $scope) $scopes[$scope->id] = $scope->name;
$this->view->scopes = $scopes;
}