Update control.php

This commit is contained in:
周旭东
2022-02-24 00:34:56 +00:00
parent bf002dcd83
commit f521758c05
+1
View File
@@ -407,6 +407,7 @@ class productplan extends control
$this->view->storyPager = $storyPager;
$this->view->bugPager = $bugPager;
$this->view->canBeChanged = $canBeChanged;
if($this->app->getViewType() == 'json')
{
unset($this->view->storyPager);