king
2020-09-14 76427d51a079a5fd1f45bf7188249e7a4647ae05
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: '请选择表名!',