* [bug,0.5h] add default query filter.

This commit is contained in:
qixinzhi
2024-07-03 18:22:47 +08:00
committed by 宋辰轩
parent 9e4c4393c4
commit 8276097a4e
+6
View File
@@ -536,6 +536,12 @@ class pivotState
return array('field' => $field, 'slice' => 'noSlice', 'stat' => 'count', 'showTotal' => 'noShow', 'showMode' => 'default', 'monopolize' => 0, 'showOrigin' => 0);
}
/**
* Get default query filter.
*
* @access public
* @return array
*/
public function getDefaultQueryFilter()
{
return array('field' => '', 'name' => '', 'type' => 'input', 'typeOption' => '', 'default' => '');