From 497621a39101d0c661686aa4893a9733b3a88903 Mon Sep 17 00:00:00 2001 From: IvanZzz135 <1576475704@qq.com> Date: Wed, 23 Sep 2020 16:38:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=BE=91chart?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=97=B6=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=85=B3=E8=81=94=E5=BA=94=E7=94=A8=E6=9C=8D=E5=8A=A1=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/PipelineCreate/components/AddTask/AddTask.js | 1 + 1 file changed, 1 insertion(+) diff --git a/react/routes/pipeline-manage/components/PipelineCreate/components/AddTask/AddTask.js b/react/routes/pipeline-manage/components/PipelineCreate/components/AddTask/AddTask.js index 1bcbf91a62..630c1e4930 100644 --- a/react/routes/pipeline-manage/components/PipelineCreate/components/AddTask/AddTask.js +++ b/react/routes/pipeline-manage/components/PipelineCreate/components/AddTask/AddTask.js @@ -264,6 +264,7 @@ const AddTask = observer(() => { // } else { // AddTaskFormDataSet.current.set('selectImage', '0'); // } + AddTaskFormDataSet.current.set('glyyfw', appServiceId || PipelineCreateFormDataSet.getField('appServiceId').getText(PipelineCreateFormDataSet.current.get('appServiceId'))); } else { if (image) { AddTaskFormDataSet.current.set('selectImage', '0');