* Add noDataTip.

This commit is contained in:
songchenxuan
2024-01-24 11:58:38 +08:00
parent e28b00c8fb
commit cd105f9fd9
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1877,7 +1877,7 @@ class screenModel extends model
if($metric->scope != 'system') $tableOption->objectPairs = $this->loadModel('metric')->getPairsByScope($metric->scope);
$tableOption->scope = $metric->scope;
$tableOption->createdDate = $metric->createdDate;
$tableOption->noDataTip = $this->metric->getNoDataTip($metric->code);
return $tableOption;
}