提交 2fedca2d authored 作者: 钟是志's avatar 钟是志

加解密修改

上级 bc324150
......@@ -42,16 +42,19 @@ const encryptApiList = [
{
api: 'DataColumnApi/getLabels',
key: ['allValues'],
filterEmpty: ['allValues'],
setNull: true,
},
{
api: 'DataColumnApi/getSqlOptions',
key: ['allValues'],
filterEmpty: ['allValues'],
query: true,
},
{
api: 'DataColumnApi/getSqlLabels',
key: ['allValues'],
filterEmpty: ['allValues'],
query: true,
},
{
......@@ -67,6 +70,7 @@ const encryptApiList = [
{
api: 'DataRightApi/add',
key: ['filterSql'],
// filterEmpty: ['filterSql'],
},
{
api: 'DataRightApi/addBatch',
......@@ -83,7 +87,7 @@ const encryptApiList = [
{
api: 'DataObjApi/getFormDataPage',
key: ['sql', 'custom'],
filterEmpty: ['sql'],
filterEmpty: ['sql', 'custom'],
},
{
api: 'UserApi/getPage',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论