Sfoglia il codice sorgente

设备档案设备编号JYXT-

shenqilong 11 mesi fa
parent
commit
38564fd6bc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/component/device/deviceDialog.vue

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

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