Commit 35047598 authored by tanghao's avatar tanghao

123

parent dde65aec
...@@ -397,7 +397,12 @@ const toDetail = async (row: any) => { ...@@ -397,7 +397,12 @@ const toDetail = async (row: any) => {
excelChangeStore.setFilterMapField(filterData.result) excelChangeStore.setFilterMapField(filterData.result)
cdata.result?.forEach((item) => { cdata.result?.forEach((item) => {
Reflect.set(configs[item.title], 'filedConfs', item.filedConfs) try {
Reflect.set(configs[item.title], 'filedConfs', item.filedConfs)
} catch {
alert("字段配置异常,请重新配置!否则可能无法进行解析")
}
}) })
// 排除通过循环不显示的column // 排除通过循环不显示的column
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment