Browse Source

设备判断设备编号不能重复

xiao547607 5 years ago
parent
commit
106ce78d08
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/base/deviceInfo-detail.vue

+ 1 - 1
src/views/base/deviceInfo-detail.vue

@@ -159,7 +159,7 @@ export default {
                 type: "warning"
               });
 
-              self.$emit("close", false);
+              //self.$emit("close", false);
             }
           });
         }