mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
fix(仪表板、数据大屏): 修复部分div嵌入参数未生效问题
This commit is contained in:
parent
eec20750a1
commit
41806f4e40
@ -234,7 +234,7 @@ public class ChartDataManage {
|
||||
}
|
||||
|
||||
// web参数条件
|
||||
if (ObjectUtils.isNotEmpty(chartExtRequest.getOuterParamsFilters())) {
|
||||
if (ObjectUtils.isNotEmpty(chartExtRequest.getWebParamsFilters())) {
|
||||
filters.addAll(chartExtRequest.getWebParamsFilters());
|
||||
}
|
||||
|
||||
|
@ -318,6 +318,7 @@ const initWatermark = (waterDomId = 'preview-canvas-main') => {
|
||||
// 目标校验: 需要校验targetSourceId 是否是当前可视化资源ID
|
||||
const winMsgHandle = event => {
|
||||
const msgInfo = event.data
|
||||
console.info('Received Message: ' + JSON.stringify(msgInfo))
|
||||
if (msgInfo?.targetSourceId === dvInfo.value.id + '' && isMainCanvas(canvasId.value))
|
||||
if (msgInfo.type === 'attachParams') {
|
||||
winMsgOuterParamsHandle(event)
|
||||
|
@ -3239,8 +3239,8 @@ Scatter chart (bubble) chart: {a} (series name), {b} (data name), {c} (value arr
|
||||
export_to_img: 'Export to Image',
|
||||
export_to_app: 'Export to App',
|
||||
preview: 'Preview',
|
||||
fullscreen_preview: 'Fullscreen Preview',
|
||||
new_tab_preview: 'Preview in New Tab',
|
||||
fullscreen_preview: 'Fullscreen',
|
||||
new_tab_preview: 'New Tab',
|
||||
select_panel_from_left: 'Please select a dashboard from the left',
|
||||
template_name: 'Template Name',
|
||||
template: 'Template',
|
||||
|
Loading…
Reference in New Issue
Block a user