Explorar el Código

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

xiao547607 hace 5 años
padre
commit
106ce78d08
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
             }
           });
         }