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

配置接口修改

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