Commit fa825ae1 authored by 何远江's avatar 何远江

bug

parent 8ad46b80
...@@ -362,11 +362,11 @@ const toDetail = async (row: any) => { ...@@ -362,11 +362,11 @@ const toDetail = async (row: any) => {
const { data } = await apiVarTemplateGetVars(row.varTemplateDetailId); const { data } = await apiVarTemplateGetVars(row.varTemplateDetailId);
const { data: cdata } = await apiVarTemplateGetConf(row.varTemplateDetailId); const { data: cdata } = await apiVarTemplateGetConf(row.varTemplateDetailId);
const { data: specList } = await getVarSpecList(row.productCode) const { data: specData } = await getVarSpecList(row.productCode)
const { res, titles, configs } = filterRunData2(data.result, true); const { res, titles, configs } = filterRunData2(data.result, true);
excelChangeStore.setSpecList(specList) excelChangeStore.setSpecList(specData.result)
cdata.result?.forEach((item) => { cdata.result?.forEach((item) => {
Reflect.set(configs[item.title], "filedConfs", item.filedConfs); Reflect.set(configs[item.title], "filedConfs", item.filedConfs);
......
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