king
2023-01-17 cc1a76df575c18f0d0ee96e8658461efdce3a918
src/templates/sharecomponent/tablecomponent/index.jsx
@@ -98,7 +98,7 @@
            res.TBName = item.TbName
            resolve(res)
          })
        }, i * 50)
        }, (i + 1) * 100)
      })
    })
    Promise.all(deffers).then(response => {
@@ -290,6 +290,7 @@
          value="请选择表名"
          onSelect={this.onTableChange}
          dropdownClassName="mk-tables"
          dropdownMatchSelectWidth={false}
          showArrow={false}
          getPopupContainer={() => containerId ? document.getElementById(containerId) : document.body}
          filterOption={(input, option) => {