feat:从endpoint 预览chart 不添加蒙层
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
:visible.sync="screenModal"
|
||||
:width="dailogWidth"
|
||||
:modal-append-to-body='false'
|
||||
:modal="!fromEndpoint"
|
||||
@close="handleClose"
|
||||
@opened="initDialog">
|
||||
<el-popover
|
||||
@@ -194,6 +195,7 @@
|
||||
},
|
||||
props: {
|
||||
panelId:Number,
|
||||
fromEndpoint:Boolean,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user