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 {