测试打开detail位置信息不对问题

This commit is contained in:
X1627315083
2025-10-06 12:04:30 +08:00
parent aedb780e45
commit 56ab918120
3 changed files with 7 additions and 5 deletions

View File

@@ -129,6 +129,7 @@ export default defineComponent({
file.designType = res.data.designType
file.level2Type = type;
file.resData.level2Type = type;
file.minIOPath = file.resData.minIOPath
let fileList = detailData.uploadList.filter(
(v:any) => v.status === "done"