From 4a6eaf50e893c8df3916f260657091fa72bb9896 Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Wed, 17 Jul 2024 16:15:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E5=B9=B2=E6=89=B0=E6=BA=90?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E8=83=8C=E6=99=AF=E7=94=B5=E8=83=BD=E8=B4=A8?= =?UTF-8?q?=E9=87=8F=E6=B5=8B=E8=AF=95=E6=8A=A5=E5=91=8A=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=8F=96=E5=80=BC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../interfere/components/undocumented/addForm.vue | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/views/pqs/supervise/interfere/components/undocumented/addForm.vue b/src/views/pqs/supervise/interfere/components/undocumented/addForm.vue index 55fcf742..73153214 100644 --- a/src/views/pqs/supervise/interfere/components/undocumented/addForm.vue +++ b/src/views/pqs/supervise/interfere/components/undocumented/addForm.vue @@ -308,12 +308,7 @@ label="负荷级别:" prop="loadLevel" > - + form.value, @@ -1079,7 +1074,7 @@ const fileRaw = (row: any, key: string) => { substationMainWiringDiagram.value = row[key].substationMainWiringDiagram sensitiveDevices.value = row[key].sensitiveDevices antiInterferenceReport.value = row[key].antiInterferenceReport - powerQualityReport.value = row.powerQualityReport + powerQualityReport.value = row[key].powerQualityReport } const close = () => { //重置表单内容