代码优化

This commit is contained in:
BianLzhaoMin 2024-08-09 15:58:10 +08:00
parent e9119baa7f
commit 40c6391e02
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ export default {
this.addDeviceParams.iotId = row.iotId
this.addDeviceParams.iotCode = row.iotCode
this.addDeviceParams.iotStatus = row.iotStatus
this.addDeviceParams.iotType = parseInt(row.iotType)
this.addDeviceParams.iotType = row.iotType
}
this.dialogConfig.outerWidth = '40%'
this.dialogConfig.outerVisible = true