From 87ad8b6e781e5723a5cd471bc1a530e96409c5d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Wed, 11 Dec 2024 11:29:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=A9=E5=BA=A6=E7=9B=91=E6=B5=8B=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=8A=E6=8A=A5=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/heating/report/HeatanalysisList.vue | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/views/heating/report/HeatanalysisList.vue b/src/views/heating/report/HeatanalysisList.vue index e6d7340..beaddd7 100644 --- a/src/views/heating/report/HeatanalysisList.vue +++ b/src/views/heating/report/HeatanalysisList.vue @@ -187,18 +187,11 @@ function tableRowClassName(record){ } function editReportType(record){ - console.log(record.reportType); const model = reactive>({ id: record.id, reportType: record.reportType }) - updateType(model).then((res) => { - if (res.success) { - createMessage.success(res.message); - } else { - createMessage.warning(res.message); - } - }) + updateType(model).then((res) => {}) } /**