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

加解密修改

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