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,