From 5d20b861610ed628f7b000768984403eea3efbe0 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 12 三月 2026 13:55:02 +0800
Subject: [PATCH] 新增智能电表、空调管理

---
 admin/src/views/operation/device.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/admin/src/views/operation/device.vue b/admin/src/views/operation/device.vue
index 770219c..43a7339 100644
--- a/admin/src/views/operation/device.vue
+++ b/admin/src/views/operation/device.vue
@@ -120,8 +120,6 @@
       this.$nextTick(() => {
         this.$refs.EditRef.isShowModal = true
         if (row && row.id) {
-          console.log('---')
-
           this.$refs.EditRef.getDetail(row.id)
         }
       })

--
Gitblit v1.9.3