re did pipeline duplication

This commit is contained in:
ori agranat
2020-01-02 20:45:54 +02:00
parent bf54a2d53f
commit 7aa17e83b7
7 changed files with 56 additions and 51 deletions

View File

@@ -251,7 +251,12 @@
if (!this.anotherCamera) {
this.pipelineDuplicate.camera = -1
}
this.handleInput("duplicatePipeline", this.pipelineDuplicate);
// this.handleInput("duplicatePipeline", this.pipelineDuplicate);
this.axios.post("http://" + this.$address + "/api/vision/duplicate", this.pipelineDuplicate).then(
function (response) {
}
);
this.closeDuplicateDialog();
},
openDuplicateDialog() {