|
@@ -526,7 +526,7 @@ export default {
|
|
|
// this.$message("开发中...")
|
|
|
this.$router.push({
|
|
|
path: "/ledger/systemDetail",
|
|
|
- query: { RoomID: infos.SysID, Name: infos.SysLocalName || infos.SysName, SysType:infos.Category }
|
|
|
+ query: { SysID: infos.SysID, Name: infos.SysLocalName || infos.SysName, SysType:infos.Category }
|
|
|
})
|
|
|
return false
|
|
|
//设备二维码图片
|