src/templates/sharecomponent/fieldscomponent/index.jsx
@@ -27,7 +27,7 @@ queryField = () => { const { type, config, tableFields } = this.props // 判断是否已选择表名 if (!config.tables || config.tables.length === 0) { if (!tableFields || tableFields.length === 0) { notification.warning({ top: 92, message: '请选择表名!',