king
2019-12-31 c41b93d4c5e2146a1d1568887fb8ce1e3144d7fb
src/templates/comtableconfig/index.jsx
@@ -1177,7 +1177,7 @@
        let isupdate = false
        if (res.type === 'search') {
          if ((res.values.type === 'select' || res.values.type === 'link') && res.values.resourceType === '1') {
          if ((res.values.type === 'multiselect' || res.values.type === 'select' || res.values.type === 'link') && res.values.resourceType === '1') {
            let _datasource = res.values.dataSource
            if (/\s/.test(_datasource)) {
@@ -2562,7 +2562,6 @@
   * @description 设置可配置按钮
   */
  setSubConfig = (btn, type) => {
    console.log(btn)
    const { menu } = this.props
    const { config, originMenu } = this.state