Browse Source

设备位号功能

hfxc226 2 years ago
parent
commit
f4959bc2e2
1 changed files with 1 additions and 1 deletions
  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)
     }
   }
 }