From 87807bd43363d55ed2cd3985f3e82b955b049a76 Mon Sep 17 00:00:00 2001 From: dengbf Date: Tue, 20 May 2025 18:30:50 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E5=A4=8D]=20#[1425465422610432]?= =?UTF-8?q?=E7=BB=84=E5=90=88=E5=B7=A5=E5=85=B7-runner=E9=98=B6=E6=AE=B5?= =?UTF-8?q?=E7=9A=84=E6=89=A7=E8=A1=8C=E5=99=A8=E7=BB=84=E5=8E=BB=E6=8E=89?= =?UTF-8?q?=E4=B8=BA=E7=A9=BA=E6=97=B6=E9=BB=98=E8=AE=A4=E2=80=9C=E9=9A=8F?= =?UTF-8?q?=E6=9C=BA=E5=88=86=E9=85=8D=E2=80=9D=20http://192.168.0.96:8090?= =?UTF-8?q?/demo/rdm.html#/bug-detail/939050947543040/939050947543057/1425?= =?UTF-8?q?465422610432?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../autoexec/detail/actionDetail/step/edit/step-edit.vue | 9 +++++++-- .../application-config/pipeline/step/step-edit.vue | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/views/pages/autoexec/detail/actionDetail/step/edit/step-edit.vue b/src/views/pages/autoexec/detail/actionDetail/step/edit/step-edit.vue index ddc12d27a..68f339b7d 100644 --- a/src/views/pages/autoexec/detail/actionDetail/step/edit/step-edit.vue +++ b/src/views/pages/autoexec/detail/actionDetail/step/edit/step-edit.vue @@ -126,7 +126,7 @@ > @@ -251,7 +251,12 @@ export default { isValid: true, //校验结果通过 isShowTargetValid: false, executeTooltip: this.$t('term.autoexec.executeTooltip'), - runnerGroupTooltip: this.$t('term.autoexec.runnerGroupTooltip') + runnerGroupTooltip: this.$t('term.autoexec.runnerGroupTooltip'), + runnerGroup: { + mappingMode: 'constant', + value: '', + text: '' + } }; }, beforeCreate() {}, -- Gitee