|
@ -178,6 +178,7 @@ const ResourceRepository = (props) => { |
|
|
const query = pagination ? { ...pagination, type: arr[0] } : { ...paginationQuery, type: arr[0] }; |
|
|
const query = pagination ? { ...pagination, type: arr[0] } : { ...paginationQuery, type: arr[0] }; |
|
|
if (opt && opt.restSearch) { |
|
|
if (opt && opt.restSearch) { |
|
|
//选中树节点重置 |
|
|
//选中树节点重置 |
|
|
|
|
|
setPaginatioQuery({ limit: 10, page: 0 }); |
|
|
setKeyword(null); |
|
|
setKeyword(null); |
|
|
setDataRange(null); |
|
|
setDataRange(null); |
|
|
} else { |
|
|
} else { |
|
|