* [refac bug #64386] Fix filter var.

This commit is contained in:
wangyidong
2025-08-01 09:02:04 +08:00
parent 8f7ef593cd
commit f890a43cb7
+1 -1
View File
@@ -194,7 +194,7 @@ class screen extends control
$this->screen->filter->month = $month;
$this->screen->filter->dept = $dept;
$this->screen->filter->account = $account;
$this->filter->charts = $this->screenZen->setSelectFilter($sourceID, $selectFilter);
$this->screen->filter->charts = $this->screenZen->setSelectFilter($sourceID, $selectFilter);
$type = $this->screen->getChartType($type);