fix(web): 修复mapping字段无法显示的问题
This commit is contained in:
@@ -1916,6 +1916,7 @@ function mappingField(field, mapping) {
|
|||||||
})
|
})
|
||||||
return {
|
return {
|
||||||
type: 'mapping',
|
type: 'mapping',
|
||||||
|
value: `\${${field}}`,
|
||||||
map: mapData,
|
map: mapData,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user