nanjingliujinyu vor 4 Monaten
Ursprung
Commit
69912ec9a3
1 geänderte Dateien mit 10 neuen und 10 gelöschten Zeilen
  1. 10 10
      ruoyi-ui/src/views/standardization/modeling/index.vue

+ 10 - 10
ruoyi-ui/src/views/standardization/modeling/index.vue

@@ -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){