fix: 静态方法调用

This commit is contained in:
yupeng12 2024-06-12 16:17:18 +08:00
parent a2df640797
commit f791374394

View File

@ -249,7 +249,9 @@ export default class FormulaControl extends React.Component<
@autobind
filterQuickVariablesByType(variables: any[]) {
const rendererSchema = this.getRendererSchemaFromProps();
const rendererSchema = FormulaControl.getRendererSchemaFromProps(
this.props
);
const filterVars = variables
.map(item => {
if (item.children && item.type !== 'quickVars') {