fix(web): 修复mapping字段无法显示的问题

This commit is contained in:
2024-01-04 16:38:41 +08:00
parent df36657d0c
commit efcb40b31e

View File

@@ -1916,6 +1916,7 @@ function mappingField(field, mapping) {
})
return {
type: 'mapping',
value: `\${${field}}`,
map: mapData,
}
}