Browse Source

修改cameraId字段名

xzh 4 years ago
parent
commit
a0363f5e4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pc/src/page/manage/temp/device.vue

+ 1 - 1
pc/src/page/manage/temp/device.vue

@@ -234,7 +234,7 @@ export default {
         cooName: item.cooperationUserName,
         cooName: item.cooperationUserName,
         type: 'device',
         type: 'device',
         getListData: {
         getListData: {
-          id: item.id
+          cameraId: item.id
         }
         }
       }, () => {
       }, () => {
         this.getList()
         this.getList()