From c76e56d9cc6f8f5e93aaf355b269ec8cac8c6b95 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 15 二月 2020 02:18:10 +0800 Subject: [PATCH] 2020-02-15 --- src/templates/subtableconfig/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/subtableconfig/index.jsx b/src/templates/subtableconfig/index.jsx index 38d0960..be73f88 100644 --- a/src/templates/subtableconfig/index.jsx +++ b/src/templates/subtableconfig/index.jsx @@ -12,6 +12,7 @@ import enUS from '@/locales/en-US/comtable.js' import Utils from '@/utils/utils.js' import { getSearchForm, getActionForm, getColumnForm } from '@/templates/tableshare/formconfig' +import { queryTableSql } from '@/utils/option.js' import ActionForm from './actionform' import SettingForm from './settingform' @@ -155,8 +156,7 @@ componentDidMount () { let param = { func: 'sPC_Get_SelectedList', - // LText: 'select TbName ,Remark from sDataDictionary where IsKey!=\'\' and Deleted =0', - LText: 'select TbName,Remark from (select TbName,Remark from sDataDictb where appkey= @appkey@ and Deleted=0 union select a.TbName,Remark from (select TbName,Remark from sDataDictb where appkey= \'\' and Deleted=0 ) a left join (select TbName from sDataDictb where appkey= @appkey@ and Deleted=0 ) b on a.TbName=b.TbName where b.TbName is null ) t', + LText: queryTableSql, obj_name: 'data', arr_field: 'TbName,Remark' } -- Gitblit v1.8.0