From 6da88348d46ed3f0b6d7e962ecbfb6f2e20e6226 Mon Sep 17 00:00:00 2001 From: jiminglei <836545853@qq.com> Date: Wed, 7 Jun 2023 15:03:01 +0800 Subject: [PATCH] 11 --- psdc-ui/src/views/system/device/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/psdc-ui/src/views/system/device/index.vue b/psdc-ui/src/views/system/device/index.vue index 8229e3a..83f54df 100644 --- a/psdc-ui/src/views/system/device/index.vue +++ b/psdc-ui/src/views/system/device/index.vue @@ -612,9 +612,9 @@ function submitForm1() { console.log(timingForm1) postXg1({ "deviceId": timingForm1.deviceId, - "parentId": 1, + "parentId": 0, "userId": 1, - "deviceType": 3, + "deviceType": 2, "deviceSn": timingForm1.deviceSn, "deviceModel": timingForm1.deviceModel, "deviceName": timingForm1.deviceName,