From 105fb9fade28a0bbffafcc45788686c0a324e004 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Thu, 4 May 2023 10:43:22 +0800 Subject: [PATCH] =?UTF-8?q?fix(web):=20=E4=BF=AE=E5=A4=8D=20flink=20job=20?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=A8=A1=E5=BC=8F=E6=98=BE=E7=A4=BA=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service-web/src/main/resources/static/components/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service-web/src/main/resources/static/components/common.js b/service-web/src/main/resources/static/components/common.js index 06cb9a8..73a8523 100644 --- a/service-web/src/main/resources/static/components/common.js +++ b/service-web/src/main/resources/static/components/common.js @@ -256,7 +256,7 @@ function flinkJobProperty(id, name, runMode) { { label: '任务模式', content: { - ...mappingItem(`${runMode}`, runModeMapping), + ...mappingField(`${runMode}`, runModeMapping), } }, ],