From 4752caf98218373f530b850ecd729cf9397526aa Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Fri, 26 Dec 2025 13:38:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/machine/device/components/devicePopup.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/views/machine/device/components/devicePopup.vue b/frontend/src/views/machine/device/components/devicePopup.vue index 9e99fc5..c4cb5f4 100644 --- a/frontend/src/views/machine/device/components/devicePopup.vue +++ b/frontend/src/views/machine/device/components/devicePopup.vue @@ -651,13 +651,13 @@ const updateDeviceByType = (devTypeId: string) => { })) if(scene.value === '1'){ if (dev.name.includes('NPQS-581') || dev.name.includes('NPQS-580') || dev.name.includes('PQ-COM')) { - formContent.value.encryptionFlag = 1 - formContent.value.series = 'Pqs&cn870299' - formContent.value.devKey = '!qaz@wsx3edc4rfv' + formContent.encryptionFlag = 1 + formContent.series = 'Pqs&cn870299' + formContent.devKey = '!qaz@wsx3edc4rfv' } else { - formContent.value.encryptionFlag = 0 - formContent.value.series = null - formContent.value.devKey = null + formContent.encryptionFlag = 0 + formContent.series = null + formContent.devKey = null } } } else {