276f0800 by fanguang Committed by lihua

fix

1 parent 5f7d1c31
...@@ -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)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!