feat:从endpoint 预览chart 不添加蒙层

This commit is contained in:
zhangyu
2021-02-24 18:21:55 +08:00
parent e0a11ca408
commit 60bac4efac
3 changed files with 9 additions and 3 deletions

View File

@@ -490,7 +490,7 @@
</button>
</div>
<!--preview -->
<chart-preview :panelId="panelId" ref="chartsPreview" ></chart-preview>
<chart-preview :panelId="panelId" ref="chartsPreview" :fromEndpoint="fromEndpoint"></chart-preview>
</div>
</div>
</template>
@@ -522,7 +522,11 @@
panelData: Array,
showPanel: Object,
chart: Object,
from: {type: String}
from: {type: String},
fromEndpoint:{
type:Boolean,
default:false,
}
},
mixins: [rz],
data() {