Ver Fonte

设备编号调整

luoaoxuan há 1 ano atrás
pai
commit
8bc3cddf2d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/component/device/deviceDialog.vue

+ 1 - 1
src/views/component/device/deviceDialog.vue

@@ -1205,7 +1205,7 @@ export default {
             return data.length > 0
         },
         generateRandomString () {
-            return `JKY-${Math.floor(Math.random() * 88888) + 10000}`
+            return `JYK-${Math.floor(Math.random() * 88888) + 10000}`
         },
         async init () {
             this.loading = true