|
@ -109,6 +109,7 @@ const ResourceRepository = (props) => { |
|
|
getFile(e, { limit: 10, page: 0 }, { restSearch: true }); |
|
|
getFile(e, { limit: 10, page: 0 }, { restSearch: true }); |
|
|
} |
|
|
} |
|
|
const handleDataToSave = (add, body) => { |
|
|
const handleDataToSave = (add, body) => { |
|
|
|
|
|
setDefaultExpandedKey([]); |
|
|
if (add) { |
|
|
if (add) { |
|
|
dispatch(postResourceClassify(body)).then(res => { |
|
|
dispatch(postResourceClassify(body)).then(res => { |
|
|
if (res.success) { |
|
|
if (res.success) { |
|
|