opencv cam open bugfix

This commit is contained in:
ori
2019-09-20 11:08:16 +03:00
parent 07c21aca1d
commit c143e18f3e
2 changed files with 8 additions and 16 deletions

View File

@@ -100,12 +100,9 @@
let message = JSON.parse(data.data);
for (var prop in message){
if(message.hasOwnProperty(prop)){
if(!this.isEquale(message,prop)){
this.$store.state[prop] = message[prop];
console.log(message);
} else{
console.log("data is the same");
}
}
}