diff --git a/src/components/taskDetail/reviewData.vue b/src/components/taskDetail/reviewData.vue new file mode 100644 index 00000000..12b90e23 --- /dev/null +++ b/src/components/taskDetail/reviewData.vue @@ -0,0 +1,216 @@ + + + + + diff --git a/src/views/task/execution/components/runDetailPage/index.vue b/src/views/task/execution/components/runDetailPage/index.vue index 50e2918c..27f7ce85 100644 --- a/src/views/task/execution/components/runDetailPage/index.vue +++ b/src/views/task/execution/components/runDetailPage/index.vue @@ -844,6 +844,7 @@ const getSubmitParamFun = async (appPath: any) => { const creatorId = getUserId().toString(); const subRunId = flowNodeData.value.nodeId; const asyncTaskId = flowNodeData.value.nodeDetailInfo?.asyncTaskId; + const outputFormat = flowNodeParamData.value.outputFormat; return { runId, runName, @@ -867,6 +868,7 @@ const getSubmitParamFun = async (appPath: any) => { creatorId, subRunId, asyncTaskId, + outputFormat, }; }; diff --git a/src/views/task/execution/components/taskDetailPage/index.vue b/src/views/task/execution/components/taskDetailPage/index.vue index ddf92574..4d6be463 100644 --- a/src/views/task/execution/components/taskDetailPage/index.vue +++ b/src/views/task/execution/components/taskDetailPage/index.vue @@ -10,6 +10,7 @@ + @@ -88,6 +89,12 @@ :disabled="!showLeftOptions" > +
+ +
+ + +
+ +
+