|
@@ -142,7 +142,6 @@ function List(props) {
|
|
}, []);
|
|
}, []);
|
|
|
|
|
|
const changeVersion = item => {
|
|
const changeVersion = item => {
|
|
- console.log('***', item)
|
|
|
|
if (typeof item == 'object') {
|
|
if (typeof item == 'object') {
|
|
localStorage.excelItem = JSON.stringify(item);
|
|
localStorage.excelItem = JSON.stringify(item);
|
|
}
|
|
}
|