From 97f625ff89bee0daa53a0f4a71be86a1135479d1 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期六, 28 六月 2025 15:19:09 +0800 Subject: [PATCH] 修改bug --- laboratory/src/views/reportLibrary/processDevelopment/add.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/laboratory/src/views/reportLibrary/processDevelopment/add.vue b/laboratory/src/views/reportLibrary/processDevelopment/add.vue index 0dc0fdb..716ec66 100644 --- a/laboratory/src/views/reportLibrary/processDevelopment/add.vue +++ b/laboratory/src/views/reportLibrary/processDevelopment/add.vue @@ -133,7 +133,7 @@ uid: file.id } }) - this.form.feasibilityReportFiles = res.fileList + this.form.feasibilityReportFiles = res.feasibilityReportFiles } else { this.fileList = [] this.form.feasibilityReportFiles = [] -- Gitblit v1.7.1