Commit 196f83f7 authored by “yiyousong”'s avatar “yiyousong”

perf: 优化报表管理列表显示

parent 8bdd97c9
...@@ -265,9 +265,7 @@ export default { ...@@ -265,9 +265,7 @@ export default {
filterModel(modelId) { filterModel(modelId) {
let curModel = this.modelData.find((item) => item.id === modelId); let curModel = this.modelData.find((item) => item.id === modelId);
if (curModel) { return curModel.modelName || "--";
return curModel.modelName;
}
}, },
}, },
}; };
......
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