iot设备页面完善
This commit is contained in:
parent
177a61327c
commit
bf54b5ce00
|
|
@ -190,7 +190,7 @@
|
|||
>
|
||||
<div style="text-align: center">
|
||||
<div class="qrCodeImg">
|
||||
<div id="qrcode" class="qrcode" ref="codeItem"></div>
|
||||
<div ref="codeItem"></div>
|
||||
</div>
|
||||
<div class="maCode">二维码编号:{{ rowObj.qrCode }}</div>
|
||||
</div>
|
||||
|
|
@ -292,6 +292,7 @@ export default {
|
|||
this.dialogConfig.outerTitle = '添加设备'
|
||||
} else {
|
||||
this.dialogConfig.outerTitle = '修改设备'
|
||||
this.addDeviceParams.iotId = row.iotId
|
||||
this.addDeviceParams.iotCode = row.iotCode
|
||||
this.addDeviceParams.iotType = parseInt(row.iotType)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue