Ver Fonte

设备位号功能

hfxc226 há 2 anos atrás
pai
commit
f4959bc2e2
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/sb/info/SbInfo.vue

+ 1 - 1
src/views/sb/info/SbInfo.vue

@@ -846,7 +846,7 @@ export default {
       this.$refs.importModalUpdate.base(null, 1)
     },
     doImportForUpdate () {
-      this.$refs.importModalUpdate.base(null, 4)
+      this.$refs.importModalUpdate.base(null, 2)
     }
   }
 }