fix
Showing
2 changed files
with
4 additions
and
0 deletions
| ... | @@ -417,7 +417,9 @@ const importData = (info) => { | ... | @@ -417,7 +417,9 @@ const importData = (info) => { |
| 417 | }); | 417 | }); |
| 418 | let sheetMaps = {} | 418 | let sheetMaps = {} |
| 419 | uploadSetting.value.forEach(item => { | 419 | uploadSetting.value.forEach(item => { |
| 420 | if (item.value) { | ||
| 420 | sheetMaps[item.value] = item.standardGuid | 421 | sheetMaps[item.value] = item.standardGuid |
| 422 | } | ||
| 421 | }) | 423 | }) |
| 422 | sheetMaps = JSON.stringify(sheetMaps) | 424 | sheetMaps = JSON.stringify(sheetMaps) |
| 423 | // console.log('sheetMaps', sheetMaps) | 425 | // console.log('sheetMaps', sheetMaps) | ... | ... |
| ... | @@ -417,7 +417,9 @@ const importData = (info) => { | ... | @@ -417,7 +417,9 @@ const importData = (info) => { |
| 417 | }); | 417 | }); |
| 418 | let sheetMaps = {} | 418 | let sheetMaps = {} |
| 419 | uploadSetting.value.forEach(item => { | 419 | uploadSetting.value.forEach(item => { |
| 420 | if (item.value) { | ||
| 420 | sheetMaps[item.value] = item.standardGuid | 421 | sheetMaps[item.value] = item.standardGuid |
| 422 | } | ||
| 421 | }) | 423 | }) |
| 422 | sheetMaps = JSON.stringify(sheetMaps) | 424 | sheetMaps = JSON.stringify(sheetMaps) |
| 423 | // console.log('sheetMaps', sheetMaps) | 425 | // console.log('sheetMaps', sheetMaps) | ... | ... |
-
Please register or sign in to post a comment