提交 3ca1f80d authored 作者: 钟是志's avatar 钟是志

25034 宿舍管理/宿舍维修审核,2021030576L 加个字段 做个字段排序

上级 e560a2dd
......@@ -49,7 +49,7 @@ const encryptApiList = [
api: 'DataColumnApi/getSqlOptions',
key: ['allValues'],
filterEmpty: ['allValues'],
query: true,
query: true, // 调另外一个接口查询这个的替换值
},
{
api: 'DataColumnApi/getSqlLabels',
......@@ -117,6 +117,10 @@ const encryptApiList = [
api: 'SqlManageEntityApi/findParamsKey',
key: ['sqlKey'],
},
{
api: 'UnifiedServiceApi/config', // 禅道 25034 宿舍管理/宿舍维修审核,2021030576L 加个字段 做个字段排序
key: ['config'],
},
];
const countAllValues = async (datas, item) => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论