From 40c6391e02f90d0134ba9503524b61cce6e1ccab Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Fri, 9 Aug 2024 15:58:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/iotDevice/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgzb-ui/src/views/iotDevice/index.vue b/sgzb-ui/src/views/iotDevice/index.vue index fc2910bb..9bf9de84 100644 --- a/sgzb-ui/src/views/iotDevice/index.vue +++ b/sgzb-ui/src/views/iotDevice/index.vue @@ -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