ソースを参照

设备位号功能

hfxc226 2 年 前
コミット
f4959bc2e2
1 ファイル変更1 行追加1 行削除
  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)
     }
   }
 }