diff --git a/extend/catcher/library/table/Table.php b/extend/catcher/library/table/Table.php index 94fecb8..4a4c107 100644 --- a/extend/catcher/library/table/Table.php +++ b/extend/catcher/library/table/Table.php @@ -93,6 +93,11 @@ class Table protected $exportRoute; + /** + * @var bool + */ + protected $forceUpdate = false; + /** * Table constructor. * @param string $ref @@ -294,6 +299,19 @@ class Table return $this; } + /** + * 强制更新组件 + * + * @time 2021年04月05日 + * @return $this + */ + public function forceUpdate(): Table + { + $this->forceUpdate = true; + + return $this; + } + /** * 渲染 *