Browse Source

修改算法对比

Huhu 3 years ago
parent
commit
ffb596c67b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/modules/alg/train-compare.vue

+ 2 - 1
src/views/modules/alg/train-compare.vue

@@ -100,7 +100,8 @@ export default {
       url:this.$http.adornUrl('/algstrain/deleteContainer'),
         method:'get',
         params:this.$http.adornParams({
-          containerId:this.containerId
+          containerId:this.containerId,
+          port:this.port
       }),
     }).then(({data})=>{