提交 67669f61 authored 作者: 钟是志's avatar 钟是志

配置接口修改

上级 a2b9f579
......@@ -24,7 +24,7 @@ const Index = (WrappedComponent) =>
selectKey: '',
},
formValues: {
applyType: 'getAllRole',
applyType: 'role',
sysCode: 'xg',
},
typeList: [],
......
......@@ -54,8 +54,7 @@ const handlePageSearch = (props) => {
props.changeFormValues(oldValue);
},
responseCallBack: (response) => {
console.log(deleteChildren(response));
return response;
return deleteChildren(response);
},
condition: [
{
......@@ -77,7 +76,7 @@ const handlePageSearch = (props) => {
name: '系统',
},
{ // /PermApi/getAllRole
{
key: 'applyType',
type: 'radioGroup',
required: true,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论