|
|
@@ -1013,16 +1013,16 @@ function startTest(){
|
|
|
par.params[item.name] = item.value
|
|
|
})
|
|
|
console.log(par)
|
|
|
- // runflow(par).then(res=>{
|
|
|
- // if(res.code === 200){
|
|
|
- // proxy.$message({
|
|
|
- // message: res.msg,
|
|
|
- // type: 'success'
|
|
|
- // });
|
|
|
- // dialogVisibleSart.value = true
|
|
|
- // outputData.value = JSON.stringify(res.data)
|
|
|
- // }
|
|
|
- // })
|
|
|
+ runflow(par).then(res=>{
|
|
|
+ if(res.code === 200){
|
|
|
+ proxy.$message({
|
|
|
+ message: res.msg,
|
|
|
+ type: 'success'
|
|
|
+ });
|
|
|
+ dialogVisibleSart.value = true
|
|
|
+ outputData.value = JSON.stringify(res.data)
|
|
|
+ }
|
|
|
+ })
|
|
|
|
|
|
}
|
|
|
else if(tableDataCanStart.value.length===0){
|