|
|
@@ -46,13 +46,14 @@
|
|
|
cameraPort: data.cameraPort,
|
|
|
cameraType: data.cameraType,
|
|
|
nvrUsername: data.nvrUsername,
|
|
|
- nvrPassword: data.password,
|
|
|
+ nvrPassword: data.nvrPassword,
|
|
|
workspaceId: data.workspaceId,
|
|
|
code: data.code,
|
|
|
remark: data.remark,
|
|
|
nvrChannel: data.nvrChannel,
|
|
|
videoServiceType: data.videoServiceType,
|
|
|
videoStandard: data.videoStandard,
|
|
|
+ sourceType: data.sourceType,
|
|
|
};
|
|
|
editCamera(temp)
|
|
|
.then((res) => {
|