@@ -254,8 +254,9 @@ export default {
type: 'warning'
}).then(async () => {
this.fullscreenLoading = true
+ console.log(row)
let res = await this.$http.post('/manager/camera/unbind', {
- cameraId
+ cameraId: row.id
})
if (res.code === 0) {
this.$message({