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) => {}) } /**