mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix: 静态方法调用
This commit is contained in:
parent
a2df640797
commit
f791374394
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user