ソースを参照

修改创建系统返回

haojianlong 5 年 前
コミット
30e210132b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/ledger/system/addsystem.vue

+ 1 - 1
src/views/ledger/system/addsystem.vue

@@ -198,7 +198,7 @@ export default {
         session.remove("systemAddData")
         this.$router.push({
           name: "systemlist",
-          params: { deviceId: this.category.Category }
+          params: { SysType: this.category.Category }
         });
       })
     },