From 11f6acee504c77a8919a4e0ddfe3e70a746e3522 Mon Sep 17 00:00:00 2001
From: fei.wang <wf18701153496@163.com>
Date: 星期五, 18 四月 2025 17:39:33 +0800
Subject: [PATCH] 4.18更新v2.1.5

---
 src/views/equipment/monitoring.vue |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/src/views/equipment/monitoring.vue b/src/views/equipment/monitoring.vue
index 4675d68..948ed1d 100644
--- a/src/views/equipment/monitoring.vue
+++ b/src/views/equipment/monitoring.vue
@@ -348,16 +348,6 @@
       this.resetTemp()
       this.dialogVisible = true
       this.dialogType = 'modify'
-      console.log(scope.row);
-      // this.temp = Object.assign({}, _temp)
-      console.log(this.temp);
-      console.log(deepClone(scope.row));
-      // this.temp.anchorname = scope.row.anchorname
-      
-      // this.temp.id = scope.row.id
-      // this.temp.needbaseid = scope.row.needbaseid
-      // this.temp.tagid = scope.row.tagid
-      // this.temp.type = scope.row.type
       this.temp = deepClone(scope.row)
       // this.temp.companyid = scope.row.companyid
       this.disabled=true
@@ -411,8 +401,6 @@
       this.$refs[this.temp].validate((valid) => {
           if (valid) {
             this.loading = true
-            console.log(this.temp);
-            
       addorupEquipment(this.temp).then(() => {
         if (this.temp.id=="") {
           this.temp.adminname = localStorage.getItem('username') || '';

--
Gitblit v1.9.3