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/subtableconfig/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/subtableconfig/index.jsx b/src/templates/subtableconfig/index.jsx index 325f49a..44e2a93 100644 --- a/src/templates/subtableconfig/index.jsx +++ b/src/templates/subtableconfig/index.jsx @@ -995,7 +995,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)) { -- Gitblit v1.8.0