haoxuan
2023-08-24 c808e94275da459e072027a44dee5f82638fb870
src/components/AddControl.vue
@@ -83,7 +83,7 @@
      if(this.id){
        startTask({id:this.id}).then(res=>{
          if(res.code==200){
            this.Arr=res.data.params;
            this.Arr=res.data.Params;
          }
        })
      }else{