From c41b93d4c5e2146a1d1568887fb8ce1e3144d7fb Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 31 十二月 2019 18:24:36 +0800 Subject: [PATCH] 2019-12-31 --- src/templates/comtableconfig/index.jsx | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/templates/comtableconfig/index.jsx b/src/templates/comtableconfig/index.jsx index cde6d93..2d71a5c 100644 --- a/src/templates/comtableconfig/index.jsx +++ b/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 -- Gitblit v1.8.0