From efcb40b31e479c6cdeff1499d84715814923a44d Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Thu, 4 Jan 2024 16:38:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(web):=20=E4=BF=AE=E5=A4=8Dmapping=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service-web/src/main/resources/static/components/common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/service-web/src/main/resources/static/components/common.js b/service-web/src/main/resources/static/components/common.js index 62e25ed..3d577c2 100644 --- a/service-web/src/main/resources/static/components/common.js +++ b/service-web/src/main/resources/static/components/common.js @@ -1916,6 +1916,7 @@ function mappingField(field, mapping) { }) return { type: 'mapping', + value: `\${${field}}`, map: mapData, } }