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