Browse Source

fix: 相机设备添加/编辑上传nvrId数据

sunhongyao341504 1 year ago
parent
commit
1c2d9550da
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/cameras/overview/components/CameraEditPopover.vue

+ 1 - 0
src/views/cameras/overview/components/CameraEditPopover.vue

@@ -55,6 +55,7 @@
       videoStandard: data.videoStandard,
       remark: data.remark,
       sourceType: data.sourceType,
+      nvrId: data.nvrId,
     };
     editCamera(temp)
       .then((res) => {